onDeviceOrientation property

Stream<DeviceOrientationEvent> get onDeviceOrientation

Stream of deviceorientation events handled by this Window.

Implementation

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