ondeviceorientation top-level property

dynamic Function(DeviceOrientationEvent)? get ondeviceorientation

Available only in secure contexts.

MDN Reference

Implementation

_i2.dynamic Function(_i3.DeviceOrientationEvent)? get ondeviceorientation =>
    (_i3.DeviceOrientationEvent p0) => _i4.callMethod(
          _i4.getProperty(
            _self,
            'ondeviceorientation',
          ),
          r'call',
          [
            _self,
            p0,
          ],
        );