PlatformCustomPathHandlerCreationParams constructor

PlatformCustomPathHandlerCreationParams(
  1. PlatformPathHandlerCreationParams params
)

Used by the platform implementation to create a new PlatformCustomPathHandler.

Implementation

PlatformCustomPathHandlerCreationParams(
  // This parameter prevents breaking changes later.
  // ignore: avoid_unused_constructor_parameters
  PlatformPathHandlerCreationParams params,
) : super(path: params.path);