OrientationSensorOptions constructor

OrientationSensorOptions({
  1. num frequency,
  2. OrientationSensorLocalCoordinateSystem referenceFrame,
})

Implementation

external factory OrientationSensorOptions({
  num frequency,
  OrientationSensorLocalCoordinateSystem referenceFrame,
});