androidWebViewClient property

WebViewClient androidWebViewClient

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

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

Implementation

android_webview.WebViewClient get androidWebViewClient => _webViewClient;