stop method

Future<void> stop()

Implementation

Future<void> stop() async {
  return await _methodChannel.invokeMethod<void>('stop');
}