stop method

dynamic stop()

Implementation

stop() {
  _methodChannel.invokeMethod('stop');
}