createPlatformResourcesPathHandler method

  1. @override
AndroidResourcesPathHandler createPlatformResourcesPathHandler(
  1. PlatformResourcesPathHandlerCreationParams params
)

Creates a new AndroidResourcesPathHandler.

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

Implementation

@override
AndroidResourcesPathHandler createPlatformResourcesPathHandler(
  PlatformResourcesPathHandlerCreationParams params,
) {
  return AndroidResourcesPathHandler(params);
}