completeAuthentication method

void completeAuthentication(
  1. Channel channel
)

Implementation

void completeAuthentication(Channel channel) {
  _authenticationTimers.remove(channel)?.cancel();
}