You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Decides how to handle a specific navigation request.////// The returned [NavigationDecision] determines how the navigation described by/// `navigation` should be handled.////// See also: [WebView.navigationDelegate].typedefNavigationDecisionNavigationDelegate(NavigationRequest navigation);