Deletes all the Sessions stored in the database.
Future<void> clear() async { await safe((db) async { await db.delete(db.sessions).go(); }); }