addScanned method

void addScanned(
  1. int port
)

Add scanned port

Implementation

void addScanned(int port) => scanned.add(port);