menu
odin package
documentation
app/database/collection.dart
Collection<T extends Model>
removeCollectionBuilderListener method
removeCollectionBuilderListener method
dark_mode
light_mode
removeCollectionBuilderListener
method
void
removeCollectionBuilderListener
(
String
id
)
Implementation
void removeCollectionBuilderListener(String id) { _collectionBuilderListener.remove(id); }
odin package
documentation
app/database/collection
Collection<T extends Model>
removeCollectionBuilderListener method
Collection class