IntramWebViewPayment constructor
const
IntramWebViewPayment({})
Implementation
const IntramWebViewPayment({
super.key,
required this.publicKey,
required this.amount,
required this.sandbox,
this.currency = 'xof',
required this.companyName,
this.color,
this.logoUrl,
this.callbackUrl,
required this.onPaymentComplete,
});