restart static method

void restart()

Restarts the currently loaded audio from the beginning.

Implementation

static void restart() {
  _restartAudioNative();
  _isPlaying = true;
}