clearMultiDeviceEventHandlers method

void clearMultiDeviceEventHandlers()

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

Implementation

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