CustomerSessionResourceComponents constructor

const CustomerSessionResourceComponents({
  1. required CustomerSessionResourceComponentsResourceBuyButton buyButton,
  2. required CustomerSessionResourceComponentsResourcePricingTable pricingTable,
})

CustomerSessionResourceComponents

Configuration for the components supported by this customer session.

Implementation

const CustomerSessionResourceComponents({
  required this.buyButton,
  required this.pricingTable,
});