deviceOrientation property

DeviceOrientationApi get deviceOrientation

Implementation

DeviceOrientationApi get deviceOrientation =>
    _deviceOrientation ??= DeviceOrientationApi(client);