dispose method

void dispose()

Disposes of the internal stream controller.

Implementation

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