isBackgroundServiceRunning property

bool get isBackgroundServiceRunning

Check if background service is running

Implementation

bool get isBackgroundServiceRunning {
  throw UnimplementedError(
      'isBackgroundServiceRunning has not been implemented.');
}