delete method
Deletes the document at the specified path.
Implementation
void delete(String path) {
_batch.delete(_firestore.doc(path));
}
Deletes the document at the specified path.
void delete(String path) {
_batch.delete(_firestore.doc(path));
}