deviceOrientation property
      
      Orientation
      get
      deviceOrientation
      
    
    
The orientation of the device.
Implementation
Orientation get deviceOrientation {
  return fundamentals.deviceOrientation;
}The orientation of the device.
Orientation get deviceOrientation {
  return fundamentals.deviceOrientation;
}