restart static method
void
restart()
Restarts the currently loaded audio from the beginning.
Implementation
static void restart() {
_restartAudioNative();
_isPlaying = true;
}
Restarts the currently loaded audio from the beginning.
static void restart() {
_restartAudioNative();
_isPlaying = true;
}