menu
flowdb package
documentation
core.dart
Collection
deleteById method
deleteById method
dark_mode
light_mode
deleteById
method
Future
<
Document
?
>
deleteById
(
String
id
)
Implementation
Future<Document?> deleteById(String id) async => await _collectionOperations.deleteById(id);
flowdb package
documentation
core
Collection
deleteById method
Collection class