8/27/1
This commit is contained in:
@@ -26,9 +26,9 @@ class LocationBackgroundController extends GetxController {
|
||||
|
||||
Future<void> configureBackgroundLocation() async {
|
||||
await BackgroundLocation.setAndroidNotification(
|
||||
title: "Background Location",
|
||||
message: "Tracking location...",
|
||||
icon: "@mipmap/launcher_icon",
|
||||
title: 'Location Tracking Active'.tr,
|
||||
message: 'Your location is being tracked in the background.'.tr,
|
||||
icon: '@mipmap/launcher_icon',
|
||||
);
|
||||
|
||||
// Set the location update interval to 5 seconds
|
||||
|
||||
Reference in New Issue
Block a user