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