NavigationDelegate constructor
const
NavigationDelegate({
- void onProgress(
- int id
- void onPageStarted(
- String url
- void onPageFinished(
- String url
- void onWebResourceError(
- WebResourceError error
- void onLoadResource(
- String url
- FutureOr<
ServerTrustAuthResponse?> onReceivedServerTrustAuthRequest(- ServerTrustChallenge challenge
- void onRenderProcessGone(
- RenderProcessGoneDetail detail
- void onUrlHashChanged(
- String url
Implementation
const NavigationDelegate({
this.onProgress,
this.onPageStarted,
this.onPageFinished,
this.onWebResourceError,
this.onNavigationRequest,
this.onLoadResource,
this.onReceivedServerTrustAuthRequest,
this.onRenderProcessGone,
this.onUrlHashChanged,
});