replay method

Future<void> replay()

Implementation

Future<void> replay() async{
  await _player?.seek(Duration.zero);
  await _player?.play();
}