Deletes all the ChatIds stored in the database.
Future<void> clear() async { _cache.clear(); await safe((db) async { await db.delete(db.monologs).go(); }, tag: 'monolog.clear()'); }