SimplePromptConfig constructor
SimplePromptConfig({
- String? subtitle,
- String? description,
- String? cancelButtonText,
- bool? allowDeviceCredentials,
- BiometricStrength? biometricStrength,
- List<
BiometricFallbackOption?> ? fallbackOptions,
Implementation
SimplePromptConfig({
this.subtitle,
this.description,
this.cancelButtonText,
this.allowDeviceCredentials,
this.biometricStrength,
this.fallbackOptions,
});