BiometricStage constructor

BiometricStage({
  1. String? name,
  2. BiometricType? type,
  3. bool? showGuidance,
  4. bool? useLiveCapture,
  5. bool? useMlAssistance,
  6. int? retryLimit,
})

Implementation

BiometricStage(
    {this.name,
    this.type,
    this.showGuidance,
    this.useLiveCapture,
    this.useMlAssistance,
    this.retryLimit});