Future<void> updateConversationIndex(List<String> ids) async { await _db.put('conversation_index', {'ids': ids}); }