pause method

dynamic pause()

Implementation

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