onDeviceOrientation property

Stream<DeviceOrientationEvent> onDeviceOrientation

Stream of deviceorientation events handled by this Window.

Implementation

Stream<DeviceOrientationEvent> get onDeviceOrientation =>
    deviceOrientationEvent.forTarget(this);