clearConnectionEventHandles method

void clearConnectionEventHandles()

清除所以连接状态监听。

Implementation

void clearConnectionEventHandles() {
  _connectionEventHandler.clear();
}