RequestTaskController class

Mixed in types
Implementers

Constructors

RequestTaskController()

Properties

cancelToken → CancelToken
final
hashCode int
The hash code for this object.
no setterinherited
isCancelled bool
是否被取消过
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status StorageStatus
getter/setter pairinherited

Methods

addProgressListener(RequestTaskProgressListener listener) → void Function()
inherited
addSendProgressListener(RequestTaskSendProgressListener listener) → void Function()
inherited
addStatusListener(StorageStatusListener listener) → void Function()
inherited
cancel() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyProgressListeners(double percent) → void
inherited
notifySendProgressListeners(double percent) → void
inherited
notifyStatusListeners(StorageStatus status) → void
inherited
removeProgressListener(RequestTaskProgressListener listener) → void
inherited
removeSendProgressListener(RequestTaskSendProgressListener listener) → void
inherited
removeStatusListener(StorageStatusListener listener) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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