AuthAlertConfig constructor

AuthAlertConfig({
  1. bool enabled = false,
  2. EmailTemplateConfig? emailTemplate,
})

Implementation

AuthAlertConfig({
  this.enabled = false,
  EmailTemplateConfig? emailTemplate,
}) : emailTemplate = emailTemplate ?? EmailTemplateConfig();