SecureBiometricAuthException constructor

SecureBiometricAuthException(
  1. SecureBiometricAuthErrorType type, [
  2. String? message
])

Creates a new SecureBiometricAuthException with type and optional message.

Implementation

SecureBiometricAuthException(this.type, [this.message]);