delete abstract method
- String path,
- {bool recursive = false,
- EntityType type = EntityType.file}
Deletes this Entity
Implementation
void delete(
String path, {
bool recursive = false,
EntityType type = EntityType.file,
});
Deletes this Entity
void delete(
String path, {
bool recursive = false,
EntityType type = EntityType.file,
});