sendToUser abstract method
Send a message to a specific user (by user ID). The adapter is responsible for mapping user ID to client ID(s).
Implementation
void sendToUser(dynamic userId, String event, dynamic data);
Send a message to a specific user (by user ID). The adapter is responsible for mapping user ID to client ID(s).
void sendToUser(dynamic userId, String event, dynamic data);