getDownloadProgress method

Future<double> getDownloadProgress(
  1. String url
)

Gets the download progress for a video. Returns a double between 0.0 and 1.0.

Implementation

Future<double> getDownloadProgress(String url) {
  throw UnimplementedError('getDownloadProgress() has not been implemented.');
}