dispose method
void
dispose()
Disposes the STUN client pool
Implementation
void dispose() {
_healthCheckTimer?.cancel();
_healthCheckTimer = null;
}
Disposes the STUN client pool
void dispose() {
_healthCheckTimer?.cancel();
_healthCheckTimer = null;
}