getEyeStateStream method

Stream<EyeState> getEyeStateStream()

Get real-time eye state data

Stream of EyeState containing information about whether each eye is open/closed and blink detection.

Implementation

Stream<EyeState> getEyeStateStream() {
  return EyeTrackingPlatform.instance.getEyeStateStream();
}