delete abstract method

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

Deletes the entity at path, recursively if recursive is true.

Implementation

void delete(String path, {bool recursive = false});