getState method
Get the current state of the eye tracking system
Implementation
Future<EyeTrackingState> getState() {
return EyeTrackingPlatform.instance.getState();
}
Get the current state of the eye tracking system
Future<EyeTrackingState> getState() {
return EyeTrackingPlatform.instance.getState();
}