SimplePromptResult constructor
SimplePromptResult({
- bool? success,
- String? error,
- BiometricError? code,
- int? selectedFallbackIndex,
- String? selectedFallbackText,
- AuthenticationType? authenticationType,
Implementation
SimplePromptResult({
this.success,
this.error,
this.code,
this.selectedFallbackIndex,
this.selectedFallbackText,
this.authenticationType,
});