VerificationState class
Constructors
-
VerificationState.new({VerificationStep currentStep = const VerificationStep.consent(), bool shouldDismiss = false, String? errorMessage, bool showError = false, Branding? branding, IdDocumentState? currentEntityState, VerificationStep? nextStep, String? pendingSessionId, IdDocumentState? pendingEntityState, Requirement? pendingRequirement, bool isEstablishingSession = false, bool canProceed = false})
-
Methods
-
copyWith({VerificationStep? currentStep, bool? shouldDismiss, String? errorMessage, bool? showError, Branding? branding, IdDocumentState? currentEntityState, VerificationStep? nextStep, String? pendingSessionId, IdDocumentState? pendingEntityState, Requirement? pendingRequirement, bool? isEstablishingSession, bool? canProceed})
→ VerificationState
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited