cleanDirectory method
Implementation
Future<void> cleanDirectory() async {
this.deleteSync(recursive: true);
this.createSync(recursive: true);
}
Future<void> cleanDirectory() async {
this.deleteSync(recursive: true);
this.createSync(recursive: true);
}