PlatformResourcesPathHandlerCreationParams constructor
PlatformResourcesPathHandlerCreationParams()
Used by the platform implementation to create a new PlatformResourcesPathHandler.
Implementation
PlatformResourcesPathHandlerCreationParams(
// This parameter prevents breaking changes later.
// ignore: avoid_unused_constructor_parameters
PlatformPathHandlerCreationParams params,
) : super(path: params.path);