GeneralPaymentCore constructor

GeneralPaymentCore({
  1. required GeneralPaymentFunction onGeneralPayment,
})

Implementation

GeneralPaymentCore({
  required this.onGeneralPayment,
});