denyAuthenticationRequest method

Future<void> denyAuthenticationRequest()

Cancels pin authentication.

Implementation

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