Check if location tracking is currently active
Future<bool> isTracking() async { return await BackgroundLocator.isServiceRunning(); }