DeviceMotionEvent constructor

DeviceMotionEvent(
  1. String type, [
  2. DeviceMotionEventInit eventInitDict
])

Implementation

external factory DeviceMotionEvent(
  String type, [
  DeviceMotionEventInit eventInitDict,
]);