This commit is contained in:
Hamza-Ayed
2024-05-10 15:36:02 +03:00
parent 4192c1e471
commit 1e37b6dceb
3 changed files with 27 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ void main() async {
print(Get.deviceLocale!.countryCode);
Stripe.publishableKey = AK.publishableKey;
if (box.read(BoxName.driverID) != null) {}
// if (box.read(BoxName.driverID) != null) {}
if (Platform.isAndroid || Platform.isIOS) {
await Firebase.initializeApp(
options: DefaultFirebaseOptions.currentPlatform,