play method

void play()

Starts (or resumes) playback. Equivalent to setting playing to true.

Implementation

void play() {
  playing = true;
}