dispose method

dynamic dispose()
inherited

Closed controller stream

Implementation

dispose() {
  _whenValuesClearedStream.close();
}