RequestTaskProgressListenersMixin mixin

任务进度

当前任务的总体进度,初始化占 1%,处理请求占 98%,完成占 1%,总体 100%

Mixin Applications

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

addProgressListener(RequestTaskProgressListener listener) → void Function()
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyProgressListeners(double percent) → void
removeProgressListener(RequestTaskProgressListener listener) → void
toString() String
A string representation of this object.
inherited

Operators

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