retry method

Future<void> retry()

Re-prepares the media source and attempts to resume playback.

Implementation

Future<void> retry() async => _invoke('retry');