PlatformInAppLocalhostServerCreationParams constructor
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,
this.onData = null,
});