IOServer constructor
IOServer(
- HttpServer httpServer, {
- bool isSecure = false,
- Logger? logger,
Creates an instance of IOServer.
Implementation
IOServer(this.httpServer, {this.isSecure = false, this.logger});