SecurityAlertConfig constructor
const
SecurityAlertConfig({
- SecurityAlertMode mode = SecurityAlertMode.silent,
- Map<
SecurityEventType, String> customMessageByType = const <SecurityEventType, String>{}, - SecurityUiHandler? customHandler,
Implementation
const SecurityAlertConfig({
this.mode = SecurityAlertMode.silent,
this.customMessageByType = const <SecurityEventType, String>{},
this.customHandler,
});