ResourcesPathHandler.fromPlatformCreationParams constructor

ResourcesPathHandler.fromPlatformCreationParams({
  1. required PlatformResourcesPathHandlerCreationParams params,
})

Constructs a ResourcesPathHandler.

See ResourcesPathHandler.fromPlatformCreationParams for setting parameters for a specific platform.

Implementation

ResourcesPathHandler.fromPlatformCreationParams({
  required PlatformResourcesPathHandlerCreationParams params,
}) : this.fromPlatform(platform: PlatformResourcesPathHandler(params));