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