OrientationSensorOptions constructor

OrientationSensorOptions({
  1. OrientationSensorLocalCoordinateSystem? referenceFrame,
})

Implementation

factory OrientationSensorOptions(
        {OrientationSensorLocalCoordinateSystem? referenceFrame}) =>
    OrientationSensorOptions._(
        referenceFrame: referenceFrame?.value ??
            OrientationSensorLocalCoordinateSystem.device.value);