SromRealtimeAngleTracker constructor
SromRealtimeAngleTracker({
- required List<
SensorAxis> angleAxes, - double threshold = 15,
- required SensorAxis directionAxis,
Implementation
SromRealtimeAngleTracker({
required this.angleAxes,
this.threshold = 15,
required this.directionAxis,
});