isBackgroundServiceRunning method

Future<bool> isBackgroundServiceRunning(
  1. ServiceType type, {
  2. String? callCid,
})

Implementation

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