dispose method

void dispose()

Dispose the stream

Implementation

void dispose() {
  _streamController?.close();
}