ReactiveController class abstract

An abstract class that serves as the base for reactive controllers.

Implement this class to create custom reactive controllers.

Constructors

ReactiveController()
Initializes the reactive controller.

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
onClose() → void
Called when the reactive controller is being disposed.
onInit() → void
Called after the reactive controller has been initialized.
onReady() → void
Called when the widget is ready and the widget tree is fully built.
toString() String
A string representation of this object.
inherited

Operators

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