StanzaDetails constructor

const StanzaDetails(
  1. Stanza stanza,
  2. {TypedMap<StanzaHandlerExtension>? extensions,
  3. bool addId = true,
  4. bool awaitable = true,
  5. bool shouldEncrypt = true,
  6. bool encrypted = false,
  7. bool forceEncryption = false,
  8. bool bypassQueue = false,
  9. TypedMap<StanzaHandlerExtension>? postSendExtensions}
)

Implementation

const StanzaDetails