PaystackWebView constructor
const
PaystackWebView({})
Implementation
const PaystackWebView({
super.key,
required this.publicKey, // pk_test_...
required this.amountSmallestUnit, // kobo for NGN
required this.currency, // 'NGN'
required this.email,
required this.reference,
this.title = 'Paystack',
});