InAppLocalhostServer.fromPlatformCreationParams constructor

InAppLocalhostServer.fromPlatformCreationParams(
  1. PlatformInAppLocalhostServerCreationParams params
)

Constructs a InAppLocalhostServer from creation params for a specific platform.

Implementation

InAppLocalhostServer.fromPlatformCreationParams(
  PlatformInAppLocalhostServerCreationParams params,
) : this.fromPlatform(PlatformInAppLocalhostServer(params));