n2fNextPinAuthenticationAttempt method

  1. @override
void n2fNextPinAuthenticationAttempt(
  1. OWAuthenticationAttempt authenticationAttempt
)
override

Called to attempt next pin authentication.

Implementation

@override
void n2fNextPinAuthenticationAttempt(
    OWAuthenticationAttempt authenticationAttempt) {
  _broadcastEvent(NextPinAuthenticationAttemptEvent(authenticationAttempt));
}