retryDownload method

Future<void> retryDownload()

Retry failed download

Implementation

Future<void> retryDownload() async {
  _checkInitialized();
  await _playerMethodManager.setRetryDownload();
}