closeStream method

dynamic closeStream()

Implementation

closeStream() {
  _streamSubscription?.cancel();
  controller.close();
}