DecryptResult constructor
DecryptResult({
- String? decryptedData,
- String? error,
- BiometricError? code,
- AuthenticationType? authenticationType,
Implementation
DecryptResult({
this.decryptedData,
this.error,
this.code,
this.authenticationType,
});