stop method

  1. @override
Future<void> stop()

Implementation

@override
Future<void> stop() {
  return _methodChannel.invokeMethod("stop");
}