cleanReports method

void cleanReports()

Implementation

void cleanReports() {
  for (var r in defaultReports) {
    r.cleanReports();
  }
}