callback property

void Function(LocalStoreDocumentUpdate update)? callback
final

Callback notified when a document is updated.

Implementation

final void Function(LocalStoreDocumentUpdate update)? callback;