dispose method

void dispose()

Implementation

void dispose() {
  if (!_streamController.isClosed) {
    _streamController.close();
  }
}