AndroidPathHandlerCreationParams.fromPlatformPathHandlerCreationParams constructor
AndroidPathHandlerCreationParams.fromPlatformPathHandlerCreationParams(
- PlatformPathHandlerCreationParams params
Creates a AndroidPathHandlerCreationParams instance based on PlatformPathHandlerCreationParams
.
Implementation
factory AndroidPathHandlerCreationParams.fromPlatformPathHandlerCreationParams(
PlatformPathHandlerCreationParams params) {
return AndroidPathHandlerCreationParams(params);
}