play method
void
play()
Starts (or resumes) playback. Equivalent to setting playing to
true.
Implementation
void play() {
playing = true;
}
Starts (or resumes) playback. Equivalent to setting playing to
true.
void play() {
playing = true;
}