create abstract method

void create(
  1. String path,
  2. {bool recursive = false,
  3. EntityType type = EntityType.file}
)

Implementation

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