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