play method
Implementation
@override
void play() {
if (_audioElement != null) {
isPlaying = true;
forwardHandler?.stop();
_audioElement?.play();
}
}
@override
void play() {
if (_audioElement != null) {
isPlaying = true;
forwardHandler?.stop();
_audioElement?.play();
}
}