getDownloadProgressStream method
Returns a stream that emits download progress updates for a video. The stream emits values between 0.0 and 1.0.
Implementation
Stream<double> getDownloadProgressStream(String url) {
throw UnimplementedError(
'getDownloadProgressStream() has not been implemented.',
);
}