WebViewConfiguration constructor
const
WebViewConfiguration({})
Creates a new WebViewConfiguration with the given settings.
Implementation
const WebViewConfiguration({
this.enableJavaScript = true,
this.enableDomStorage = true,
this.headers = const <String, String>{},
});