cleanLogs method

void cleanLogs()

Implementation

void cleanLogs() {
  directory.deleteSync(recursive: true);
}