createPlatformNavigationDelegate method
Creates a new PlatformNavigationDelegate
.
This function should only be called by the app-facing package.
Look at using NavigationDelegate
in webview_flutter
instead.
Implementation
@override
WindowsPlatformNavigationDelegate createPlatformNavigationDelegate(
PlatformNavigationDelegateCreationParams params,
) {
return WindowsPlatformNavigationDelegate(params);
}