Future<void> deleteReport(int id) async { await reportCacheModel.deleteWhere((tbl) => tbl.id.equals(id)); }