AndroidCustomPathHandlerCreationParams constructor

AndroidCustomPathHandlerCreationParams(
  1. PlatformCustomPathHandlerCreationParams params
)

Creates a new AndroidCustomPathHandlerCreationParams instance.

Implementation

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