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