androidWebChromeClient property

  1. @Deprecated('This value is not used by `AndroidWebViewController` and has no effect on the `WebView`.')
WebChromeClient androidWebChromeClient

Gets the native android_webview.WebChromeClient that is bridged by this AndroidNavigationDelegate.

Used by the AndroidWebViewController to set the android_webview.WebView.setWebChromeClient.

Implementation

@Deprecated(
  'This value is not used by `AndroidWebViewController` and has no effect on the `WebView`.',
)
android_webview.WebChromeClient get androidWebChromeClient =>
    _webChromeClient;