ReactterNotifier class

Constructors

ReactterNotifier(Object? instance, Enum event)

Properties

event Enum
final
hashCode int
The hash code for this object.
no setteroverride
hasListeners bool
Copied from Flutter Whether any listeners are currently registered.
no setter
instance Object?
no setter
reactterInstance ReactterInstance?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(Function listener, [bool singleUse = false]) → void
Copied from Flutter Register a closure to be called when the object changes.
dispose() → void
Copied from Flutter Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners(Object? param) → void
Copied from Flutter Call all the registered listeners.
removeListener(Function listener) → void
Copied from Flutter Remove a previously registered closure from the list of closures that are notified when the object changes.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

debugAssertNotDisposed(ReactterNotifier notifier) bool
Copied from Flutter Used by subclasses to assert that the ReactterNotifier has not yet been disposed.