close method

dynamic close()

Implementation

close() {
  _streamSubscriptionSSEModel?.cancel();
}