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