PlatformAssetsPathHandlerCreationParams constructor

PlatformAssetsPathHandlerCreationParams(
  1. PlatformPathHandlerCreationParams params
)

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);