onCardPay property
Provide a function that receives CardFormResults as a parameter that is to be trigger once the user completes the credit card form and presses pay
Implementation
final Function(CardFormResults results, CheckOutResult checkOutResult)
onCardPay;