ReactiveExpansion mixin
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
-
dispose()
→ void
-
Disposes the presenter.
Should be called when the presenter is no longer needed.
All the resources should be released here.
override
-
init()
→ void
-
Initializes the presenter.
Should be called just after the presenter is created and attached to a widget.
inherited
-
listen<T>(Stream<T> stream, void onData(T), {String? subscriptionName, void onError(dynamic, StackTrace)?})
→ StreamSubscription
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
notify([VoidCallback? fn])
→ void
-
Protected method used to notify listeners about changes in model.
Optional callback can be passed to be executed before the notification.
inherited
-
postInit()
→ void
-
Internal method that is called after the presenter is initialized.
Finalizes the initialization process.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited