pause method

void pause()

Pauses playback at the current playbackTime.

Implementation

void pause() {
  playing = false;
}