SockyServer constructor
- {HttpServer httpServer,
- Function rootSockyBuilder,
- bool dev = false}
Implementation
SockyServer({
this.httpServer,
this.rootSockyBuilder,
this.dev = false,
});
SockyServer({
this.httpServer,
this.rootSockyBuilder,
this.dev = false,
});