To check if the background mode enabled
Future<bool> isBackgroundModeEnabled() async { return await Location().isBackgroundModeEnabled(); }