Broadcast to all clients.
void broadcast(String event, dynamic data) { manager.broadcast(event, data); }