updateValue method
void
updateValue(
- T value
This method will update the notifier
Implementation
void updateValue(T value) {
notifier.value = value;
}
This method will update the notifier
void updateValue(T value) {
notifier.value = value;
}