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