CheckoutPage constructor
const
CheckoutPage({})
Implementation
const CheckoutPage({
super.key,
required this.paymentSessionUrl,
required this.terminalNumber,
required this.merchantToken,
required this.merchantReturnUrl,
this.extraHeaders,
required this.onResult,
});