Sends a JSON message
Future<void> sendJson(Map<String, dynamic> json) async { await sendMessage(WebSocketMessage.json(json)); }