delete method

Future<bool> delete(
  1. String docId
)

Implementation

Future<bool> delete(String docId) async => _collection.delete(docId);