DownloadManager class

Description : 下载管理类 @author zaze @date 2022/8/9 - 22:25

Constructors

DownloadManager()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urlMap Map<String, String>
getter/setter pair

Methods

download(DownloadRequest request, {OnStart? onStart, OnProgress? onProgress, OnSuccess? onSuccess, OnFailure? onFailure}) → dynamic
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