onDeviceMotion property - Window class - dart:html library (original) (raw)
Stream<DeviceMotionEvent> getonDeviceMotion
Stream of devicemotion
events handled by this Window.
Implementation
Stream<DeviceMotionEvent> get onDeviceMotion =>
deviceMotionEvent.forTarget(this);