reportPort method

void reportPort(
  1. int port
)

Report the actually bound port once listening; completes the pool's launch future.

Implementation

void reportPort(int port) => _control.send(port);