MethodChannelEyedidFlutter class
An implementation of EyedidFlutterPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- EyedidFlutterPlatform
- MethodChannelEyedidFlutter
Constructors
Properties
- calibrationEventChannel → EventChannel
-
final
- dropEventChannel → EventChannel
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusEventChannel → EventChannel
-
final
- trackingEventChannel → EventChannel
-
final
Methods
-
addCameraPosition(
CameraPosition cameraPosition) → Future< void> -
override
-
getAttentionRegion(
) → Future< Rect?> -
override
-
getCalibrationEventStream(
) → Stream -
override
-
getCameraPosition(
) → Future< CameraPosition?> -
override
-
getCameraPositionList(
) → Future< List< CameraPosition> > -
override
-
getDropEventStream(
) → Stream -
override
-
getPlatformVersion(
) → Future< String> -
override
-
getStatusEventStream(
) → Stream -
override
-
getTrackingEventStream(
) → Stream -
override
-
hasCameraPositions(
) → Future< bool> -
override
-
init(
String licenseKey, GazeTrackerOptions options) → Future< InitializedResult> -
override
-
isCalibrating(
) → Future< bool> -
override
-
isTracking(
) → Future< bool> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
release(
) → Future< void> -
override
-
removeAttentionRegion(
) → Future< void> -
override
-
resetForcedOrientation(
) → Future< bool> -
override
-
selectCameraPosition(
int idx) → Future< void> -
override
-
setAttentionRegion(
Rect region) → Future< void> -
override
-
setCalibrationData(
List< double> data) → Future<void> -
override
-
setForcedOrientation(
EyedidDeviceOrientation orientation) → Future< bool> -
override
-
setTrackingFPS(
int fps) → Future< bool> -
override
-
startCalibration(
CalibrationMode calibrationMode, CalibrationCriteria calibrationCriteria, Rect? region, bool usePreviousCalibration) → Future< void> -
override
-
startCollectSamples(
) → Future< void> -
override
-
startTracking(
) → Future< void> -
override
-
stopCalibration(
) → Future< void> -
override
-
stopTracking(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited