deleteById method

Future<Document?> deleteById(
  1. String id
)

Implementation

Future<Document?> deleteById(String id) async => await _collectionOperations.deleteById(id);