dispose method

  1. @mustCallSuper
void dispose()

Disposes of the notifier, preventing further updates.

Implementation

@mustCallSuper
void dispose() {
  assert(_debugAssertNotDisposed());
  _updaters = null;
}