onDelete property

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

Event triggered when a document is deleted from the collection.

Implementation

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