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