PaymobIFrame constructor

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

Implementation

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