ActionQueuer<T> class abstract

The ActionQueuer class is used to queue up actions and performed within a specific sequence, depending on the implementation.

See RefreshQueuer and SingleActionQueuer for concrete implementations of this class.

Implementers

Constructors

ActionQueuer(Future<T> action())
This defines the action to be done by this queuer.

Properties

action Future<T> Function()
The action to be done.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queue() Future<T>
Queues up the action to be
toString() String
A string representation of this object.
inherited

Operators

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