PaymentWebView constructor
const
PaymentWebView({})
Implementation
const PaymentWebView({
Key? key,
required this.url,
required this.onPaymentComplete,
this.onError,
this.onPageStarted,
this.onPageFinished,
}) : super(key: key);