sendStanza property

Future<XMLNode?> Function(StanzaDetails) sendStanza
final

Send a stanza whose response can be awaited.

Implementation

final Future<XMLNode?> Function(StanzaDetails) sendStanza;