ReleaseDownload class

Release being downloaded, exposing its url, progress and file parameters.

Constructors

ReleaseDownload(String url)

Properties

file Rx<File?>
Downloaded File.
final
hashCode int
The hash code for this object.
no setterinherited
progress RxDouble
Progress of the downloading.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
URL to download from.
final

Methods

cancel() → void
Cancels the download.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() Future<void>
Starts the downloading.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited