onStateMutate method
- @protected
- @mustCallSuper
@mustCallSuper, @protected
Method that is called when the state object signals a mutation. Notifies this controller's stream of the change.
Implementation
@protected
@mustCallSuper
void onStateMutate(S data) {
this.publishUpdate();
}