createPlatformResourcesPathHandlerStatic method
Creates a new empty PlatformResourcesPathHandler to access static methods.
This function should only be called by the app-facing package.
Look at using ResourcesPathHandler in flutter_inappwebview_forge instead.
Implementation
PlatformResourcesPathHandler createPlatformResourcesPathHandlerStatic() {
throw UnimplementedError(
'createPlatformResourcesPathHandlerStatic is not implemented on the current platform.',
);
}