onUpdate property

Event<Map<String, Object?>> onUpdate
final

Event triggered when a document is updated in the collection. Listeners receive the complete updated document as a parameter, with all current field values.

Implementation

final Event<Map<String, Object?>> onUpdate = Event<Map<String, Object?>>();