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