MakePaymentWebViewScreen constructor

MakePaymentWebViewScreen({
  1. Key? key,
  2. required String? makePaymentHtmlContent,
  3. required String? webViewResponseUrl,
  4. required bool isMerchantHosted,
})

Implementation

MakePaymentWebViewScreen(
    {Key? key,
    required this.makePaymentHtmlContent,
    required this.webViewResponseUrl,
    required this.isMerchantHosted})
    : super(key: key);