isBackgroundModeEnabled method

Future<bool> isBackgroundModeEnabled()

To check if the background mode enabled

Implementation

Future<bool> isBackgroundModeEnabled() async {
  return await Location().isBackgroundModeEnabled();
}