retryDownload method
Retry failed download
Implementation
Future<void> retryDownload() async {
_checkInitialized();
await _playerMethodManager.setRetryDownload();
}
Retry failed download
Future<void> retryDownload() async {
_checkInitialized();
await _playerMethodManager.setRetryDownload();
}