Send a message to a specific client by ID.
static void sendTo(String id, String event, dynamic data) { _manager.sendTo(id, event, data); }