cancelEventChannelStream method

void cancelEventChannelStream()
inherited

This method will close the entire event channel stream which is why it should only be used by PusherClient

Implementation

void cancelEventChannelStream() {
  _eventStreamSubscription.cancel();
}