initGazeTracker method
Implementation
Future<InitializedResult?> initGazeTracker(
String licenseKey, bool useAttention, bool useBlink, bool useDrowsiness) {
throw UnimplementedError('initGazeTracker() has not been implemented.');
}
Future<InitializedResult?> initGazeTracker(
String licenseKey, bool useAttention, bool useBlink, bool useDrowsiness) {
throw UnimplementedError('initGazeTracker() has not been implemented.');
}