getState method

Future<EyeTrackingState> getState()

Get the current state of the eye tracking system

Implementation

Future<EyeTrackingState> getState() {
  return EyeTrackingPlatform.instance.getState();
}