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.
Implementation
_i2.dynamic get deviceMotionEvent => _i4.getProperty(
_self,
'DeviceMotionEvent',
);