EnrollmentFlowOptions constructor

const EnrollmentFlowOptions({
  1. SmartfaceCameraPosition cameraPosition = SmartfaceCameraPosition.front,
  2. String? customId,
  3. int? groupA,
  4. int? groupB,
  5. bool? withGlasses,
  6. bool withoutServerPushing = false,
  7. bool saveImage = false,
})

Implementation

const EnrollmentFlowOptions({
  this.cameraPosition = SmartfaceCameraPosition.front,
  this.customId,
  this.groupA,
  this.groupB,
  this.withGlasses,
  this.withoutServerPushing = false,
  this.saveImage = false,
});