PlatformInAppLocalhostServerCreationParams constructor
const
PlatformInAppLocalhostServerCreationParams({})
Used by the platform implementation to create a new PlatformInAppLocalhostServer.
Implementation
const PlatformInAppLocalhostServerCreationParams({
this.port = 8080,
this.directoryIndex = 'index.html',
this.documentRoot = './',
this.shared = false,
});