dispose method

void dispose()

Closes the stream

Implementation

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