UserFlow constructor
UserFlow({
- bool? guestOnly,
- CardValidation? cardValidation,
Implementation
UserFlow({
this.guestOnly,
this.cardValidation,
});
UserFlow({
this.guestOnly,
this.cardValidation,
});