onlyUpdate method
updates the state but does not notify to the listeners
Implementation
@protected
void onlyUpdate(S newState) {
_update(newState, false);
}
updates the state but does not notify to the listeners
@protected
void onlyUpdate(S newState) {
_update(newState, false);
}