AndroidCustomPathHandlerCreationParams.fromPlatformCustomPathHandlerCreationParams constructor
AndroidCustomPathHandlerCreationParams.fromPlatformCustomPathHandlerCreationParams(
- PlatformCustomPathHandlerCreationParams params
Creates a AndroidCustomPathHandlerCreationParams instance based on PlatformCustomPathHandlerCreationParams
.
Implementation
factory AndroidCustomPathHandlerCreationParams.fromPlatformCustomPathHandlerCreationParams(
PlatformCustomPathHandlerCreationParams params) {
return AndroidCustomPathHandlerCreationParams(params);
}