pause method

void pause()

Implementation

void pause() {
  playing = false;
}