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