This commit is contained in:
Hamza-Ayed
2023-10-18 01:34:30 +03:00
parent a321b993ec
commit b0e842e53b
13 changed files with 255 additions and 181 deletions

View File

@@ -51,6 +51,7 @@ class RateController extends GetxController {
});
Get.offAll(const HomeCaptain());
homeCaptainController.isActive = true;
homeCaptainController.getPaymentToday();
}
}