clearConnectionEventHandles method

void clearConnectionEventHandles()

~english Clears all connection event handlers. ~end

~chinese 清除所以连接状态监听。 ~end

Implementation

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