localAuth property

Implementation

IBiometricAuthDelegate get localAuth {
  if (delegates.biometricAuthDelegate != null) {
    return delegates.biometricAuthDelegate!;
  } else {
    throw const AuthDelegateException("IBiometricAuthDelegate");
  }
}