clearMultiDeviceEventHandlers method

void clearMultiDeviceEventHandlers()

~english Clears all multi-device event handlers. ~end

~chinese 清除所有多设备事件监听。 ~end

Implementation

void clearMultiDeviceEventHandlers() {
  _multiDeviceHandlers.clear();
}