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