dispose method

void dispose()

Implementation

void dispose() {
  _valueNotifier?.dispose();
  _subscribers.clear();
}