Future<void> deleteAll(String tableName) async { final db = await database; await db.delete(tableName); }