createPlatformCustomPathHandler method

PlatformCustomPathHandler createPlatformCustomPathHandler(
  1. PlatformCustomPathHandlerCreationParams params
)

Creates a new PlatformCustomPathHandler.

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

Implementation

PlatformCustomPathHandler createPlatformCustomPathHandler(
  PlatformCustomPathHandlerCreationParams params,
) {
  throw UnimplementedError(
      'createPlatformCustomPathHandler is not implemented on the current platform.');
}