WebView constructor
WebView({})
Implementation
WebView({
Key? key,
required this.url,
required this.cookie,
this.options,
this.onCallback,
this.whitelistedUrls,
this.hostName,
}) : super(key: globalKey);