removeUpdateListener method
Removes a previously registered closure from the list of closures that are notified whenever update successfully adds/removes a value.
Implementation
void removeUpdateListener(ValueChanged<(T, bool)>? listener) => _updateListeners.remove(listener);