deleteByIdSync method

Document? deleteByIdSync(
  1. String id
)

Implementation

Document? deleteByIdSync(String id) => _collectionOperations.deleteByIdSync(id);