25-3/8/1
This commit is contained in:
@@ -135,9 +135,9 @@ void main() async {
|
||||
Stripe.publishableKey = AK.publishableKeyStripe;
|
||||
|
||||
PermissionStatus status1 = await Permission.location.status;
|
||||
if (status1.isGranted) {
|
||||
await LocationController().startLocationUpdates();
|
||||
}
|
||||
// if (status1.isGranted) {
|
||||
await LocationController().startLocationUpdates();
|
||||
// }
|
||||
|
||||
if (Platform.isAndroid || Platform.isIOS) {
|
||||
NotificationController notificationController =
|
||||
|
||||
Reference in New Issue
Block a user