stopBackgroundService method

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

Implementation

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