Flutterwave constructor
Flutterwave({
- required BuildContext context,
- required String publicKey,
- required String txRef,
- required String amount,
- required Customer customer,
- required String paymentOptions,
- required Customization customization,
- required bool isTestMode,
- String? currency,
- String? paymentPlanId,
- required String redirectUrl,
- List<
SubAccount> ? subAccounts, - Map? meta,
- FlutterwaveStyle? style,
Implementation
Flutterwave(
{required this.context,
required this.publicKey,
required this.txRef,
required this.amount,
required this.customer,
required this.paymentOptions,
required this.customization,
required this.isTestMode,
this.currency,
this.paymentPlanId,
required this.redirectUrl,
this.subAccounts,
this.meta,
this.style});