PaymentFormScreen constructor

const PaymentFormScreen({
  1. Key? key,
  2. required IBinoxusRequestResponse binoxusRequestResponse,
  3. required CommonService commonService,
})

Implementation

const PaymentFormScreen(
    {super.key,
    required this.binoxusRequestResponse,
    required this.commonService});