DefaultInAppLocalhostServerCreationParams.fromPlatformInAppLocalhostServerCreationParams constructor

DefaultInAppLocalhostServerCreationParams.fromPlatformInAppLocalhostServerCreationParams(
  1. PlatformInAppLocalhostServerCreationParams params
)

Creates a DefaultInAppLocalhostServerCreationParams instance based on PlatformInAppLocalhostServerCreationParams.

Implementation

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