denyAuthenticationRequest method

Future<void> denyAuthenticationRequest()

Cancels authentication request. Used when user cancels authentication by biometric.

Implementation

Future<void> denyAuthenticationRequest() async {
  await api.biometricDenyAuthenticationRequest();
}