stopService method
Implementation
@override
Future<void> stopService(StopServiceRequest request) async {
await handlerChannel.invokeMethod<void>('stopService', request.toMap());
}
@override
Future<void> stopService(StopServiceRequest request) async {
await handlerChannel.invokeMethod<void>('stopService', request.toMap());
}