SimplePromptConfig constructor

SimplePromptConfig({
  1. String? subtitle,
  2. String? description,
  3. String? cancelButtonText,
  4. bool? allowDeviceCredentials,
  5. BiometricStrength? biometricStrength,
  6. List<BiometricFallbackOption?>? fallbackOptions,
})

Implementation

SimplePromptConfig({
  this.subtitle,
  this.description,
  this.cancelButtonText,
  this.allowDeviceCredentials,
  this.biometricStrength,
  this.fallbackOptions,
});