AndroidPathHandlerCreationParams.fromPlatformPathHandlerCreationParams constructor

AndroidPathHandlerCreationParams.fromPlatformPathHandlerCreationParams(
  1. PlatformPathHandlerCreationParams params
)

Creates a AndroidPathHandlerCreationParams instance based on PlatformPathHandlerCreationParams.

Implementation

factory AndroidPathHandlerCreationParams.fromPlatformPathHandlerCreationParams(
    PlatformPathHandlerCreationParams params) {
  return AndroidPathHandlerCreationParams(params);
}