streamDispose method

void streamDispose()

Implementation

void streamDispose() {
  _controller.close();
}