getDownloadInfo method

Future<DownloadProgress> getDownloadInfo(
  1. String url
)

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.');
}