dispose method
void
dispose()
Disposes the notifier.
Clears all listeners and marks the notifier as disposed.
Implementation
void dispose() {
_disposed = true;
_singleListener = null;
_setListeners = null;
}
Disposes the notifier.
Clears all listeners and marks the notifier as disposed.
void dispose() {
_disposed = true;
_singleListener = null;
_setListeners = null;
}