DecryptResult constructor

DecryptResult({
  1. String? decryptedData,
  2. String? error,
  3. BiometricError? code,
  4. AuthenticationType? authenticationType,
})

Implementation

DecryptResult({
  this.decryptedData,
  this.error,
  this.code,
  this.authenticationType,
});