clearConnectionEventHandlers method
void
clearConnectionEventHandlers()
~english Clears all connection event handlers. ~end
~chinese 清除所以连接状态监听。 ~end
Implementation
void clearConnectionEventHandlers() {
_connectionHandlers.clear();
}