clearMultiDeviceEventHandles method

void clearMultiDeviceEventHandles()

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

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

Implementation

void clearMultiDeviceEventHandles() {
  _multiDeviceEventHandler.clear();
}