ImperativeProviderContract class abstract

Interface to display only in the necessary methods of ImperativeProvider

Implementers

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

getState<T>(String id) → T
Get current state of ImperativeBuilder using id.
listenerState<T>(String id, void onChange(T current)) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setState<T>(String id, T state) → void
Update state of ImperativeBuilder registered in ImperativeProvider.
toString() String
A string representation of this object.
inherited
updateState<T>(String id, T builder(T current)) → void

Operators

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