isBackgroundServiceRunning method

Future<bool> isBackgroundServiceRunning(
  1. ServiceType type
)

Implementation

Future<bool> isBackgroundServiceRunning(
  ServiceType type,
) {
  throw UnimplementedError('isRunningService has not been implemented.');
}