CustomerSessionResourceComponents constructor
const
CustomerSessionResourceComponents({
- required CustomerSessionResourceComponentsResourceBuyButton buyButton,
- required CustomerSessionResourceComponentsResourcePricingTable pricingTable,
CustomerSessionResourceComponents
Configuration for the components supported by this customer session.
Implementation
const CustomerSessionResourceComponents({
required this.buyButton,
required this.pricingTable,
});