SimplePromptResult constructor

SimplePromptResult({
  1. bool? success,
  2. String? error,
  3. BiometricError? code,
  4. AuthenticationType? authenticationType,
})

Implementation

SimplePromptResult({
  this.success,
  this.error,
  this.code,
  this.authenticationType,
});