onStateMutate method

  1. @protected
  2. @mustCallSuper
void onStateMutate (S data)
@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();
}