denyAuthenticationRequest method
Cancels authentication request. Used when user cancels authentication by biometric.
Implementation
Future<void> denyAuthenticationRequest() async {
await api.biometricDenyAuthenticationRequest();
}
Cancels authentication request. Used when user cancels authentication by biometric.
Future<void> denyAuthenticationRequest() async {
await api.biometricDenyAuthenticationRequest();
}