5/19/1
This commit is contained in:
@@ -74,7 +74,7 @@ void main() async {
|
||||
print(Get.deviceLocale!.countryCode);
|
||||
Stripe.publishableKey = AK.publishableKey;
|
||||
|
||||
// Get.put(LocationBackgroundController());
|
||||
Get.put(LocationBackgroundController());
|
||||
|
||||
if (Platform.isAndroid || Platform.isIOS) {
|
||||
await Firebase.initializeApp(
|
||||
@@ -118,12 +118,6 @@ void main() async {
|
||||
userTokenExpiration: 200,
|
||||
iFrameID: 837992,
|
||||
);
|
||||
// Get device information
|
||||
List<Map<String, dynamic>> deviceDataList =
|
||||
await DeviceInfoPlus.getDeviceInfo();
|
||||
|
||||
// Print all device data
|
||||
DeviceInfoPlus.printDeviceInfo();
|
||||
|
||||
runApp(const MyApp());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user