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