clearConnectionEventHandlers method

void clearConnectionEventHandlers()

清除所以连接状态监听。

Implementation

void clearConnectionEventHandlers() {
  return _connectionHandlers.clear();
}