DefaultInAppLocalhostServerCreationParams.fromPlatformInAppLocalhostServerCreationParams constructor
Creates a DefaultInAppLocalhostServerCreationParams instance based on PlatformInAppLocalhostServerCreationParams.
Implementation
factory DefaultInAppLocalhostServerCreationParams.fromPlatformInAppLocalhostServerCreationParams(
PlatformInAppLocalhostServerCreationParams params,
) {
return DefaultInAppLocalhostServerCreationParams(params);
}