stop method

Future stop()

Implementation

Future stop() async {
  return await _invokeMethod('stop', <String, String>{
    "stop": "stop",
  });
}