stopMusic method
Stops the currently playing or paused music.
Implementation
void stopMusic() {
_backend.stopMusic();
musicState = ChannelState.stopped;
}
Stops the currently playing or paused music.
void stopMusic() {
_backend.stopMusic();
musicState = ChannelState.stopped;
}