SecureBiometricAuthException constructor

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

Implementation

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