Gets the download progress for a video. Returns a double between 0.0 and 1.0.
Future<double> getDownloadProgress(String url) { throw UnimplementedError('getDownloadProgress() has not been implemented.'); }