Downloader class
Constructors
- Downloader.new(AliyunpanClient client, {int maxConcurrent = 3})
Properties
- client → AliyunpanClient
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxConcurrent ← int
-
no getter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
updates
→ Stream<
DownloadTaskUpdate> -
no setter
Methods
-
cancel(
DownloadTask task) → Future< bool> -
close(
) → Future -
enqueue(
DownloadTask task) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited