ActionController class

A class that represents the ActionController functionality.

Constructors

ActionController.new()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

actionStack List<String>
no setter
currentAction String?
no setter
isInAction bool
no setter
queueLength int
no setter

Static Methods

clearCache() → void
clearCache method.
clearQueue() → void
clearQueue method.
forceFlush() → void
forceFlush method.
queue(VoidCallback callback) → void
queue method.
run(VoidCallback action, {String? name, ErrorCallback? onError}) → void
runAsync(Future<void> action(), {String? name, ErrorCallback? onError}) Future<void>
setDefaultErrorHandler(ErrorCallback? handler) → void
setDefaultErrorHandler method.