stop method

dynamic stop()

Implementation

stop() {
  if (checkInstallPlatform()) {
    playing = false;
    _platform.stop();
  }
}