LocalServerDownloadServiceProtocol class abstract
- Implementers
Constructors
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
-
assetsDidFullyDownloaded(
) → dynamic - 所有Asset下载资源完成
-
basicsDidFullyDownloaded(
bool isSuc, List< DownloadServiceItem> basicsBucket) → dynamic - 所有basic下载资源完成
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
simpleAssetDownloadsComplete(
DownloadServiceItem item) → dynamic - 单个asset下载完成
-
simpleAssetDownloadsFailure(
DownloadServiceItem item, String errMsg) → dynamic - 单个asset下载失败
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited