DownloadManager class

Properties

hashCode int
The hash code for this object.
no setterinherited
processingIsComplete Future<void>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(Result input) Future<bool>
Returns true if the input was successfully downloaded.
shutdownNow() Future<void>
shutdownOnCompletion() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

boot([int processCount = 0]) Future<DownloadManager>
processInput(Result song, HttpClient client) Future<bool>
setupProcess() Future<HttpClient>
shutdownProcess(HttpClient commonResourceRecord) Future<void>