ReleaseDownload class
Release being downloaded, exposing its url, progress and file parameters.
Constructors
- ReleaseDownload(String url)
Properties
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