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