SpotFlowPaymentManager constructor
SpotFlowPaymentManager({})
Implementation
SpotFlowPaymentManager({
required this.key,
required this.customerEmail,
this.planId,
required this.encryptionKey,
this.customerName,
this.customerPhoneNumber,
this.customerId,
this.paymentDescription,
this.appLogo,
this.appName,
this.debugMode = true,
this.amount,
});