deleteById method

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

Implementation

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