9/19/2
This commit is contained in:
@@ -96,7 +96,8 @@ class RegisterCaptainController extends GetxController {
|
||||
|
||||
sendOtpMessage() async {
|
||||
SmsEgyptController smsEgyptController = Get.put(SmsEgyptController());
|
||||
|
||||
isLoading = true;
|
||||
update();
|
||||
int randomNumber = Random().nextInt(100000) + 1;
|
||||
isLoading = true;
|
||||
update();
|
||||
@@ -156,6 +157,8 @@ class RegisterCaptainController extends GetxController {
|
||||
}
|
||||
}
|
||||
}
|
||||
isLoading = false;
|
||||
update();
|
||||
}
|
||||
|
||||
verifySMSCode() async {
|
||||
|
||||
Reference in New Issue
Block a user