n2fNextPinAuthenticationAttempt method
Called to attempt next pin authentication.
Implementation
@override
void n2fNextPinAuthenticationAttempt(
OWAuthenticationAttempt authenticationAttempt) {
_broadcastEvent(NextPinAuthenticationAttemptEvent(authenticationAttempt));
}