callback property
final
The function to call when a stanza matches the description.
Implementation
final Future<StanzaHandlerData> Function(Stanza, StanzaHandlerData) callback;
The function to call when a stanza matches the description.
final Future<StanzaHandlerData> Function(Stanza, StanzaHandlerData) callback;