addClosed method

void addClosed(
  1. int port
)

Add closed port

Implementation

void addClosed(int port) => closed.add(port);