Stop the foreground service
Future<bool> stopForegroundTask() async { debugPrint("[DEBUG] Stopping foreground location service at ${DateTime.now()}"); return await FlutterForegroundTask.stopService(); }