Send a message to the room
void sendMessage(Map<String, dynamic> content) { _reconnecting?.send({'type': 'message', 'content': content}); }