PaymentFormScreen constructor
const
PaymentFormScreen({
- Key? key,
- required IBinoxusRequestResponse binoxusRequestResponse,
- required CommonService commonService,
Implementation
const PaymentFormScreen(
{super.key,
required this.binoxusRequestResponse,
required this.commonService});