Initializepage constructor
const
Initializepage({
- Key? key,
- required OnResponse<
CheckoutResponse> onResponse, - required Charge charge,
- required CheckoutMethod checkoutmethod,
Implementation
const Initializepage({super.key, required this.onResponse, required this.charge, required this.checkoutmethod});