getEyeStateStream method
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();
}