pauseAudio method

dynamic pauseAudio()

Implementation

pauseAudio() {
  _player.pause();
}