ArSensor constructor
const
ArSensor({})
Implementation
const ArSensor({
required this.heading,
required this.pitch,
required this.orientation,
required this.compassAccuracy,
this.location,
});
const ArSensor({
required this.heading,
required this.pitch,
required this.orientation,
required this.compassAccuracy,
this.location,
});