ShelfServer constructor
ShelfServer(
- dynamic address,
- int port, {
- SecurityContext? securityContext,
Implementation
ShelfServer(super.address, super.port, {super.securityContext});