clearAll method

void clearAll()

Implementation

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