AgeVerificationState constructor
const
AgeVerificationState({
- AgeVerificationStep step = AgeVerificationStep.initial,
- String? sessionId,
- String? ageVerificationId,
- LivenessSession? livenessSession,
- Credentials? credentials,
- bool isLoading = false,
- String? error,
- bool shouldDismiss = false,
Implementation
const AgeVerificationState({
this.step = AgeVerificationStep.initial,
this.sessionId,
this.ageVerificationId,
this.livenessSession,
this.credentials,
this.isLoading = false,
this.error,
this.shouldDismiss = false,
});