DownloadManager class
Description : 下载管理类 @author zaze @date 2022/8/9 - 22:25
Constructors
- DownloadManager()
-
factory
Properties
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