stop method

dynamic stop()

stop play

Implementation

stop() {
  _reset();
  _initialize = false;
  _channel.invokeMethod("stop");
}