replay method

Future<void> replay()

Implementation

Future<void> replay() async {
  await audioSource.replay();
}