createPlatformNavigationDelegate method

PlatformNavigationDelegate createPlatformNavigationDelegate(
  1. PlatformNavigationDelegateCreationParams params
)

Creates a new PlatformNavigationDelegate.

This function should only be called by the app-facing package. Look at using NavigationDelegate in webview_flutter instead.

Implementation

PlatformNavigationDelegate createPlatformNavigationDelegate(
    PlatformNavigationDelegateCreationParams params,
    ) {
  throw UnimplementedError(
      'createPlatformNavigationDelegate is not implemented on the current platform.');
}