ProgressInterface class abstract

Class used to set/get the progress of the download

Implementers

Constructors

ProgressInterface()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getProgress(String url) Future<int>
Retrieve the progress of the download from a specific url
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetProgress(String url) Future<void>
Remove any progress.
setProgress(String url, int received) Future<void>
Set the progress of the download from a specific url
toString() String
A string representation of this object.
inherited

Operators

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