TaskManagerMixin mixin

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

addTask(FtpTask task) → void
cancelTasks() Future<void>
clearTasks() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetTasks() → void
runAsTask<T>(FutureOr<T> task()) Future<T>
runTask<T>(FtpTask<T> task) Future<T>
runTasks() Future<void>
run all tasks in queue, if any task fails, then next tasks will not be executed and exception of failed task will be thrown
runTasksUnsafe() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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