stop method

Future stop()

Implementation

Future stop() async {
  await _channel.invokeMethod("stop");
}