CancelFlowConfig constructor
CancelFlowConfig({
- required bool enabled,
- required List<
CancelFlowQuestion> questions, - CancelFlowOffer? offer,
- CancelFlowPauseConfig? pause,
- int? variantId,
Implementation
CancelFlowConfig({
required this.enabled,
required this.questions,
this.offer,
this.pause,
this.variantId,
});