PaymentProviderStripe constructor
const
PaymentProviderStripe({})
Stripe payment provider
Implementation
const PaymentProviderStripe({
required this.publishableKey,
required this.needCountry,
required this.needPostalCode,
required this.needCardholderName,
});