CancelableAsyncTaskMixin<T> mixin
A special type of AsynchronousTask that can be canceled/killed.
kill will be invoked by Manager.killById or if a new event is run by a Manager while it already has an event with the same reference. (Same Task.id)
- Superclass constraints
Properties
Methods
-
kill(
) → FutureOr< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run(
) → Future< T> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited