delete method

void delete(
  1. String documentPath
)

Deletes the document referred to by a documentPath.

Implementation

void delete(String documentPath) {
  throw UnimplementedError('delete() is not implemented');
}