isBackgroundModeEnabled method

Future<bool> isBackgroundModeEnabled()

Checks if service is enabled in the background mode.

Implementation

Future<bool> isBackgroundModeEnabled() {
  throw UnimplementedError();
}