stop method

Future stop()

Future which invokes the platform specific method for stop

Implementation

Future<dynamic> stop() async => await _channel.invokeMethod('stop');