createPlatformResourcesPathHandler method
AndroidResourcesPathHandler
createPlatformResourcesPathHandler(
- 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);
}