PortalFlowsFlow constructor

const PortalFlowsFlow({
  1. required PortalFlowsFlowAfterCompletion afterCompletion,
  2. BillingPortalSessionFlowSubscriptionCancel? subscriptionCancel,
  3. BillingPortalSessionFlowSubscriptionUpdate? subscriptionUpdate,
  4. BillingPortalSessionFlowSubscriptionUpdateConfirm? subscriptionUpdateConfirm,
  5. required BillingPortalSessionFlowType type,
})

PortalFlowsFlow

Implementation

const PortalFlowsFlow({
  required this.afterCompletion,
  this.subscriptionCancel,
  this.subscriptionUpdate,
  this.subscriptionUpdateConfirm,
  required this.type,
});