ShelfServer constructor

ShelfServer(
  1. dynamic address,
  2. int port, {
  3. SecurityContext? securityContext,
})

Implementation

ShelfServer(super.address, super.port, {super.securityContext});