Enables or disables service in the background mode.
Future<bool> enableBackgroundMode({required bool isEnabled}) async { return await Location().enableBackgroundMode(enable: isEnabled); }