BiometricAuthException constructor

BiometricAuthException(
  1. BiometricError error, [
  2. String message = ''
])

Implementation

BiometricAuthException(this.error, [this.message = '']);