CustomerSessionComponents constructor
const
CustomerSessionComponents({
- PortalSubscriptionPause? buyButton,
- PortalSubscriptionPause? pricingTable,
components
Configuration for each component. Exactly 1 component must be enabled.
Implementation
const CustomerSessionComponents({
this.buyButton,
this.pricingTable,
});