sendJson External Documentation ws WebSocket ↗ void sendJson( Map<String, Object?> data ) Implementation void sendJson(Map<String, Object?> data) => _ws.send(data.jsify()!);