delete method

void delete(
  1. String path
)

Implementation

void delete(String path) {
  _wrote = true;
  _writes.add(['delete', path]);
}