dispose method

void dispose()

Close the observer

Implementation

void dispose() {
  _valueObserver.close();
}