EasyPaymobIFrameWebView constructor

const EasyPaymobIFrameWebView({
  1. Key? key,
  2. required String redirectURL,
  3. void onPayment(
    1. EasyPaymobResponse
    )?,
})

Implementation

const EasyPaymobIFrameWebView({
  Key? key,
  required this.redirectURL,
  this.onPayment,
}) : super(key: key);