dispose method

void dispose()

Implementation

void dispose() {
  StateFlow().removeListener(key, _update);
}