getDownloadInfo method
Gets detailed download progress information for a video. Returns a DownloadProgress object with progress and bytes information.
Implementation
Future<DownloadProgress> getDownloadInfo(String url) {
throw UnimplementedError('getDownloadInfo() has not been implemented.');
}