WebViewConfiguration constructor
const
WebViewConfiguration({})
Implementation
const WebViewConfiguration({
this.enableJavaScript = true,
this.enableDomStorage = true,
this.headers = const <String, String>{},
});