6/22/2
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
// BackgroundLocation.startLocationService();
|
||||
// BackgroundLocation.getLocationUpdates((location) {
|
||||
// // Handle location updates here
|
||||
// print("New location: ${location.latitude}, ${location.longitude}");
|
||||
// });
|
||||
// }
|
||||
|
||||
@@ -48,7 +47,6 @@
|
||||
// Duration.microsecondsPerSecond); // Set interval to 5 seconds
|
||||
|
||||
// BackgroundLocation.getLocationUpdates((location1) {
|
||||
// print('''\n
|
||||
// Latitude: ${location1.latitude.toString()}
|
||||
// Longitude: ${location1.longitude.toString()}
|
||||
// Altitude: ${location1.altitude.toString()}
|
||||
@@ -61,7 +59,6 @@
|
||||
// });
|
||||
// } else {
|
||||
// await Permission.locationAlways.request();
|
||||
// print('Location permission not granted');
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user