PlatformCustomPathHandlerCreationParams constructor
PlatformCustomPathHandlerCreationParams()
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);