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