init method

Future<InitializedResult> init(
  1. String licenseKey,
  2. GazeTrackerOptions options
)

Implementation

Future<InitializedResult> init(
    String licenseKey, GazeTrackerOptions options) {
  throw UnimplementedError('init() has not been implemented.');
}