IOServer constructor

IOServer(
  1. HttpServer httpServer, {
  2. bool isSecure = false,
  3. Logger? logger,
})

Creates an instance of IOServer.

Implementation

IOServer(this.httpServer, {this.isSecure = false, this.logger});