EyedidFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- EyedidFlutterPlatform
- Implementers
Constructors
- EyedidFlutterPlatform()
- Constructs a EyedidFlutterPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addCameraPosition(
CameraPosition cameraPosition) → Future< void> -
getAttentionRegion(
) → Future< Rect?> -
getCalibrationEventStream(
) → Stream -
getCameraPosition(
) → Future< CameraPosition?> -
getCameraPositionList(
) → Future< List< CameraPosition> > -
getDropEventStream(
) → Stream -
getPlatformVersion(
) → Future< String> -
getStatusEventStream(
) → Stream -
getTrackingEventStream(
) → Stream -
hasCameraPositions(
) → Future< bool> -
init(
String licenseKey, GazeTrackerOptions options) → Future< InitializedResult> -
isCalibrating(
) → Future< bool> -
isTracking(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
release(
) → Future< void> -
removeAttentionRegion(
) → Future< void> -
resetForcedOrientation(
) → Future< bool> -
selectCameraPosition(
int idx) → Future< void> -
setAttentionRegion(
Rect region) → Future< void> -
setCalibrationData(
List< double> data) → Future<void> -
setForcedOrientation(
EyedidDeviceOrientation orientation) → Future< bool> -
setTrackingFPS(
int fps) → Future< bool> -
startCalibration(
CalibrationMode calibrationMode, CalibrationCriteria calibrationCriteria, Rect? region, bool usePreviousCalibration) → Future< void> -
startCollectSamples(
) → Future< void> -
startTracking(
) → Future< void> -
stopCalibration(
) → Future< void> -
stopTracking(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ EyedidFlutterPlatform
-
The default instance of EyedidFlutterPlatform to use.
getter/setter pair