androidDownloadListener property
DownloadListener
get
androidDownloadListener
Gets the native android_webview.DownloadListener
that is bridged by this AndroidNavigationDelegate.
Used by the AndroidWebViewController to set the android_webview.WebView.setDownloadListener
.
Implementation
android_webview.DownloadListener get androidDownloadListener =>
_downloadListener;