SecurityAlertConfig constructor

const SecurityAlertConfig({
  1. SecurityAlertMode mode = SecurityAlertMode.silent,
  2. Map<SecurityEventType, String> customMessageByType = const <SecurityEventType, String>{},
  3. SecurityUiHandler? customHandler,
})

Implementation

const SecurityAlertConfig({
  this.mode = SecurityAlertMode.silent,
  this.customMessageByType = const <SecurityEventType, String>{},
  this.customHandler,
});