replay method

void replay()

重新播放

Restart playback from the beginning.

Implementation

void replay() async {
  prepare();
  play();
}