End2EndPayWebView constructor
const
End2EndPayWebView({})
Implementation
const End2EndPayWebView({
super.key,
required this.apiKey,
required this.accessToken,
required this.amount,
required this.currency,
required this.reference,
required this.payerEmail,
this.onSuccess,
this.onError,
this.onCancel,
});