NATURAL constant
TrustedWebActivityScreenOrientation
const NATURAL
Natural is an orientation that refers to either portrait-primary or landscape-primary depending on the device's usual orientation. This orientation is usually provided by the underlying operating system.
Implementation
static const NATURAL = TrustedWebActivityScreenOrientation._internal(8, 8);