callback property

(void Function(LocalStoreDocumentUpdate update)?) callback
final

Callback notified when a collection is updated.

Implementation

final void Function(LocalStoreDocumentUpdate update)? callback;