createPlatformResourcesPathHandler method
Creates a new PlatformResourcesPathHandler.
This function should only be called by the app-facing package.
Look at using ResourcesPathHandler in flutter_inappwebview
instead.
Implementation
PlatformResourcesPathHandler createPlatformResourcesPathHandler(
PlatformResourcesPathHandlerCreationParams params,
) {
throw UnimplementedError(
'createPlatformResourcesPathHandler is not implemented on the current platform.');
}