Send a message to a specific client by ID.
void sendTo(String id, String event, dynamic data) { _adapter.getClient(id)?.send(event, data); }