AndroidCustomPathHandlerCreationParams constructor
AndroidCustomPathHandlerCreationParams(
- PlatformCustomPathHandlerCreationParams params
Creates a new AndroidCustomPathHandlerCreationParams instance.
Implementation
AndroidCustomPathHandlerCreationParams(
// This parameter prevents breaking changes later.
// ignore: avoid_unused_constructor_parameters
PlatformCustomPathHandlerCreationParams params,
) : super(params);