MessageSendingCallback typedef
A callback that is called whenever a message is sent using MessageManager.sendMessage. The input the typed map that is passed to sendMessage.
Implementation
typedef MessageSendingCallback = List<XMLNode> Function(
TypedMap<StanzaHandlerExtension>,
);