HIDConnectionEvent constructor

HIDConnectionEvent(
  1. String type,
  2. HIDConnectionEventInit eventInitDict
)

Implementation

external factory HIDConnectionEvent(
    String type, HIDConnectionEventInit eventInitDict);