menu
coco_base_flutter package
documentation
realtime.dart
CollectionWatcher
onUpdate method
onUpdate method
dark_mode
light_mode
onUpdate
method
void
onUpdate
(
Listener
callback
)
Called when a document is updated
Implementation
void onUpdate(Listener callback) { _onUpdate = callback; }
coco_base_flutter package
documentation
realtime
CollectionWatcher
onUpdate method
CollectionWatcher class