KyrmannGateway constructor

const KyrmannGateway({
  1. Key? key,
  2. required Function onPaymentSuccess,
  3. required Function onPaymentError,
})

Implementation

const KyrmannGateway(
    {super.key,
    required this.onPaymentSuccess,
    required this.onPaymentError});