PortalFlowsFlow constructor
const
PortalFlowsFlow({
- required PortalFlowsFlowAfterCompletion afterCompletion,
- BillingPortalSessionFlowSubscriptionCancel? subscriptionCancel,
- BillingPortalSessionFlowSubscriptionUpdate? subscriptionUpdate,
- BillingPortalSessionFlowSubscriptionUpdateConfirm? subscriptionUpdateConfirm,
- required BillingPortalSessionFlowType type,
PortalFlowsFlow
Implementation
const PortalFlowsFlow({
required this.afterCompletion,
this.subscriptionCancel,
this.subscriptionUpdate,
this.subscriptionUpdateConfirm,
required this.type,
});