update abstract method
Adds or removes the value
from this notifier.
Subclasses must call notifyUpdateListeners after changing the value.
Implementation
void update(T value, {required bool add});
Adds or removes the value
from this notifier.
Subclasses must call notifyUpdateListeners after changing the value.
void update(T value, {required bool add});