updateSilently method
updateSilently
Updates the value silently without notifying listeners.
Implementation
@protected
void updateSilently(T newState) {
_data = newState;
}
updateSilently
Updates the value silently without notifying listeners.
@protected
void updateSilently(T newState) {
_data = newState;
}