DefaultInAppLocalhostServerCreationParams.fromPlatformInAppLocalhostServerCreationParams constructor

DefaultInAppLocalhostServerCreationParams.fromPlatformInAppLocalhostServerCreationParams(
  1. PlatformInAppLocalhostServerCreationParams params
)

Implementation

factory DefaultInAppLocalhostServerCreationParams.fromPlatformInAppLocalhostServerCreationParams(
    PlatformInAppLocalhostServerCreationParams params) {
  return DefaultInAppLocalhostServerCreationParams(params);
}