WebViewExample constructor
const
WebViewExample({})
Implementation
const WebViewExample({
Key? key,
required this.url,
required this.transactionSuccessfullCallback,
required this.transactionFailureCallback,
}) : super(key: key);