dispose method
Disposes of the notifier, preventing further updates.
Implementation
@mustCallSuper
void dispose() {
assert(_debugAssertNotDisposed());
_updaters = null;
}
Disposes of the notifier, preventing further updates.
@mustCallSuper
void dispose() {
assert(_debugAssertNotDisposed());
_updaters = null;
}