void cleanReport(bool ok, String packName) { log.i('Pack $packName sent successfully $ok'); cleanReports(); Storage().safeDelete(packName); }