FlwCheckoutRequest constructor
FlwCheckoutRequest({})
Implementation
FlwCheckoutRequest({
required this.redirectUrl,
required this.amount,
required this.email,
required this.transactionRef,
required this.customerName,
required this.currency,
required this.publicKey,
// this.onSuccess,
this.onError,
});