replay method

  1. @override
void replay()
override

Implementation

@override
void replay() {
  state = SoundState.stopped;
  play();
}