GenuinePresenceAssuranceCaptureOptions constructor

const GenuinePresenceAssuranceCaptureOptions({
  1. double? maxPitch,
  2. double? maxYaw,
  3. double? maxRoll,
})

Implementation

const GenuinePresenceAssuranceCaptureOptions({
  this.maxPitch,
  this.maxYaw,
  this.maxRoll,
});