sendEvent property

Future<void> Function(XmppEvent event) sendEvent
final

Send an event event to the connection's event bus.

Implementation

final Future<void> Function(XmppEvent event) sendEvent;