onDeviceMotion property - Window class - dart:html library (original) (raw)

description

Stream<DeviceMotionEvent> getonDeviceMotion

Stream of devicemotion events handled by this Window.

Implementation

Stream<DeviceMotionEvent> get onDeviceMotion =>
    deviceMotionEvent.forTarget(this);