XRSessionEvent constructor

XRSessionEvent(
  1. String type,
  2. XRSessionEventInit eventInitDict
)

Implementation

external factory XRSessionEvent(
  String type,
  XRSessionEventInit eventInitDict,
);