BillingFeatureConfig constructor
const
BillingFeatureConfig({})
Implementation
const BillingFeatureConfig({
required this.products,
this.paymentTimeout = const Duration(seconds: 60),
this.successUrl = '',
this.cancelUrl = '',
});