updateSilently method
void
updateSilently(
- T newState
inherited
updateSilently
Updates the value silently without notifying listeners.
Implementation
void updateSilently(T newState) {
_notifier = newState;
}