initGazeTracker method

Future<InitializedResult?> initGazeTracker(
  1. String licenseKey,
  2. bool useAttention,
  3. bool useBlink,
  4. bool useDrowsiness,
)

Implementation

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