delete abstract method

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

Deletes this Entity

Implementation

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