ChapaWebView constructor
ChapaWebView({})
Constructor for ChapaWebView ignore: use_super_parameters
Implementation
ChapaWebView({
Key? key,
required this.url,
required this.fallBackNamedUrl,
required this.transactionReference,
required this.amountPaid,
this.onPaymentFinished,
}) : super(key: key);