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

description

Stream<DeviceOrientationEvent> getonDeviceOrientation

Stream of deviceorientation events handled by this Window.

Implementation

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