asBroadcastStream method

Stream<XmppEvent> asBroadcastStream()

Returns the connection's events as a stream.

Implementation

Stream<XmppEvent> asBroadcastStream() {
  return _eventStreamController.stream.asBroadcastStream();
}