stopPlaying method

void stopPlaying()

Implementation

void stopPlaying() {
  _player.pause();
  playStatus = PlayStatus.stop;
  _updateUi();
}