handlesNavigation property
bool
get
handlesNavigation
Whether this android_webview.WebViewClient
handles navigation requests.
Implementation
bool get handlesNavigation =>
loadUrl != null && onNavigationRequestCallback != null;