update method
Updates the state and triggers change notification.
Implementation
@override
void update(T newState) {
_notifier.value = newState;
}
Updates the state and triggers change notification.
@override
void update(T newState) {
_notifier.value = newState;
}