deviceOrientation property

DeviceOrientationApi deviceOrientation

Implementation

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