stopAudio method

dynamic stopAudio()

Implementation

stopAudio() {
  if (isPlaying() || isPaused()) _player.stop();
}