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