BlinkIdScanningUxSettings constructor

BlinkIdScanningUxSettings({
  1. bool allowHapticFeedback = true,
  2. bool showHelpButton = true,
  3. bool showOnboardingDialog = true,
  4. PreferredCamera preferredCamera = PreferredCamera.back,
})

Implementation

BlinkIdScanningUxSettings({
  this.allowHapticFeedback = true,
  this.showHelpButton = true,
  this.showOnboardingDialog = true,
  this.preferredCamera = PreferredCamera.back,
});