acceptAuthenticationRequest method
Accepts OTP authentication.
Implementation
Future<void> acceptAuthenticationRequest() async {
await api.otpAcceptAuthenticationRequest();
}
Accepts OTP authentication.
Future<void> acceptAuthenticationRequest() async {
await api.otpAcceptAuthenticationRequest();
}