delegate property
The delegate that supplies the WebView widget that needs to be wrapped.
See also:
- UserScriptWebViewWrapperDelegate that is the delegate to use in case you want to use
user script with package like
flutter_inappwebview - JSChannelWebViewWrapperDelegate that is the delegate to use in case you want to use
JavaScript channel with package like
webview_flutter
Implementation
final WebViewWrapperDelegate delegate;