stopService method

  1. @override
Future<String?> stopService()
override

Implementation

@override
Future<String?> stopService() {
  return methodChannel.invokeMethod<String>('stopService');
}