Determines whether orientation is available.
Future<bool> isOrientationAvailable() => isSensorAvailable(SensorType.orientation);