onlyUpdate method

  1. @protected
void onlyUpdate(
  1. State newState
)

updates the state but does not notify to the listeners

Implementation

@protected
void onlyUpdate(State newState) {
  _update(newState, false);
}