deviceMotionEvent top-level property

dynamic get deviceMotionEvent

The DeviceMotionEvent provides web developers with information about the speed of changes for the device's position and orientation. Available only in secure contexts.

MDN Reference

Implementation

_i2.dynamic get deviceMotionEvent => _i4.getProperty(
      _self,
      'DeviceMotionEvent',
    );