UserScriptWebViewWrapperDelegate constructor

const UserScriptWebViewWrapperDelegate({
  1. required UserScriptWebViewWrapperBuilder builder,
})

Creates an instance of UserScriptWebViewWrapperDelegate used to inject user script in the WebView.

This injection must be done through the UserScript like in the initialUserScripts parameter of InAppWebView of the package flutter_inappwebview.

Implementation

const UserScriptWebViewWrapperDelegate({
  required this.builder,
});