close method

void close()

Closes the underlying stream controller.

Implementation

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