stopService static method

Future<bool?> stopService()

stop the service

Implementation

static Future<bool?> stopService() async {
  return await _methodChannel.invokeMethod('plugin.stopService');
}