setTrackingFrequency method
Set the tracking frequency
fps - Target frames per second (typically 30-60).
Higher values provide smoother tracking but use more CPU.
Implementation
Future<bool> setTrackingFrequency(int fps) {
return EyeTrackingPlatform.instance.setTrackingFrequency(fps);
}