SecureBiometricAuthException constructor
SecureBiometricAuthException(
- SecureBiometricAuthErrorType type, [
- String? message
Creates a new SecureBiometricAuthException with type and optional message.
Implementation
SecureBiometricAuthException(this.type, [this.message]);