CustomPathHandler.fromPlatformCreationParams constructor
CustomPathHandler.fromPlatformCreationParams({
- required PlatformCustomPathHandlerCreationParams params,
Constructs a CustomPathHandler.
See CustomPathHandler.fromPlatformCreationParams for setting parameters for a specific platform.
Implementation
CustomPathHandler.fromPlatformCreationParams({
required PlatformCustomPathHandlerCreationParams params,
}) : this.fromPlatform(platform: PlatformCustomPathHandler(params));