AndroidOptions constructor

AndroidOptions({
  1. AndroidPromptInfos? promptInfo,
  2. required int authenticationValidityDurationSeconds,
  3. required bool enableStrongBox,
})

Implementation

AndroidOptions({
  this.promptInfo,
  required this.authenticationValidityDurationSeconds,
  required this.enableStrongBox,
});