getGazeEvent method

Stream getGazeEvent()

Retrieves a stream of gaze events for eye tracking information.

This function returns a stream that provides gaze-related information through GazeEvent objects. Consumers of the stream can receive and process updates about eye tracking data.

Implementation

Stream<dynamic> getGazeEvent() {
  return SeeSoPlatform.instance.getGazeEventStream();
}