void removeWithKeys(List<String> keys, int? ts) { if (keys.isEmpty) return; keys.forEach((k) => removeWithKey(k, ts)); }