9/15/5
This commit is contained in:
@@ -103,7 +103,7 @@ class LoginCaptinController extends GetxController {
|
||||
void loginByBoxData() async {
|
||||
isloading = true;
|
||||
update();
|
||||
|
||||
Get.offAll(() => const HomeCaptin());
|
||||
await CRUD().post(link: AppLink.addTokensDriver, payload: {
|
||||
'token': box.read(BoxName.tokenDriver).toString(),
|
||||
'captain_id': box.read(BoxName.driverID).toString()
|
||||
|
||||
Reference in New Issue
Block a user