@override void set(String topic, String id) { final ids = get(topic); if (exists(topic, id)) return; _map[topic] = [...ids, id]; }