Update: 2026-08-06 22:54:35
This commit is contained in:
@@ -488,7 +488,7 @@ class ScanDocumentsByApi extends GetxController {
|
||||
update();
|
||||
|
||||
final String token =
|
||||
box.read(BoxName.jwt)?.toString().split(AppInformation.addd)[0] ?? '';
|
||||
await storage.read(key: BoxName.jwt) ?? '';
|
||||
final String fingerPrint =
|
||||
box.read(BoxName.deviceFingerprint)?.toString() ?? '';
|
||||
final String driverID = box.read(BoxName.driverID).toString();
|
||||
|
||||
Reference in New Issue
Block a user