getIncomingPreStanzaHandlers method
Return the StanzaHandlers associated with this manager that deal with stanza handlers that have to run before the main ones run. This is useful, for example, for OMEMO as we have to decrypt the stanza before we do anything else. The higher the value of the handler's priority, the earlier it is run.
Implementation
List<StanzaHandler> getIncomingPreStanzaHandlers() => [];