EyeTrackingPlatform class abstract

Platform interface for eye tracking functionality.

This abstract class defines the interface that platform-specific implementations must follow to provide eye tracking capabilities.

Inheritance
  • Object
  • PlatformInterface
  • EyeTrackingPlatform
Implementers

Constructors

EyeTrackingPlatform.new()
Constructs a EyeTrackingPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance EyeTrackingPlatform
The default instance of EyeTrackingPlatform to use.
getter/setter pair