SignatureResult constructor
SignatureResult({
- String? signature,
- Uint8List? signatureBytes,
- String? publicKey,
- String? error,
- BiometricError? code,
- String? algorithm,
- int? keySize,
- int? selectedFallbackIndex,
- String? selectedFallbackText,
- AuthenticationType? authenticationType,
Implementation
SignatureResult({
this.signature,
this.signatureBytes,
this.publicKey,
this.error,
this.code,
this.algorithm,
this.keySize,
this.selectedFallbackIndex,
this.selectedFallbackText,
this.authenticationType,
});