add method

void add(
  1. SocketHandler handler
)

Implementation

void add(SocketHandler handler) => _handlers.add(handler);