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