onDeviceMotion property
Stream of devicemotion
events handled by this Window.
Implementation
Stream<DeviceMotionEvent> get onDeviceMotion =>
deviceMotionEvent.forTarget(this);
Stream of devicemotion
events handled by this Window.
Stream<DeviceMotionEvent> get onDeviceMotion =>
deviceMotionEvent.forTarget(this);