isBackgroundModeEnabled method

Future<bool> isBackgroundModeEnabled()

Is the location service enabled in background mode?

Implementation

Future<bool> isBackgroundModeEnabled() async => await _provider.isBackgroundModeEnabled();