CustomerSessionComponents constructor

const CustomerSessionComponents({
  1. PortalSubscriptionPause? buyButton,
  2. PortalSubscriptionPause? pricingTable,
})

components

Configuration for each component. Exactly 1 component must be enabled.

Implementation

const CustomerSessionComponents({
  this.buyButton,
  this.pricingTable,
});