ResourcesPathHandler.fromPlatformCreationParams constructor
ResourcesPathHandler.fromPlatformCreationParams({
- 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));