Initializepage constructor

const Initializepage({
  1. Key? key,
  2. required OnResponse<CheckoutResponse> onResponse,
  3. required Charge charge,
  4. required CheckoutMethod checkoutmethod,
})

Implementation

const Initializepage({super.key, required this.onResponse, required this.charge, required this.checkoutmethod});