play method
void
play()
Starts the sound. Played from the beginning if was paused.
Implementation
void play() {
stop();
resume();
}
Starts the sound. Played from the beginning if was paused.
void play() {
stop();
resume();
}