AsyncAction class
AsyncAction uses a Zone to keep track of async operations like Future, timers and other kinds of micro-tasks.
You would rarely need to use this class directly. Instead, use the @action
annotation along with
the mobx_codegen
package.
Constructors
- AsyncAction.new(String name, {ReactiveContext? context})
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run<
R> (Future< R> body()) → Future<R> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited