sendStanza property
final
Send a stanza whose response can be awaited.
Implementation
final Future<XMLNode?> Function(StanzaDetails) sendStanza;
Send a stanza whose response can be awaited.
final Future<XMLNode?> Function(StanzaDetails) sendStanza;