createPlatformResourcesPathHandler method

PlatformResourcesPathHandler createPlatformResourcesPathHandler(
  1. PlatformResourcesPathHandlerCreationParams params
)

Creates a new PlatformResourcesPathHandler.

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

Implementation

PlatformResourcesPathHandler createPlatformResourcesPathHandler(
  PlatformResourcesPathHandlerCreationParams params,
) {
  throw UnimplementedError(
    'createPlatformResourcesPathHandler is not implemented on the current platform.',
  );
}