scopeForDelete property

SyncScope? Function(Id id)? scopeForDelete
final

Optional per-id scope selector for deletes when injectScopeOnWrite is true. If provided and returns non-null, that scope will be used to filter the delete.

Implementation

final SyncScope? Function(Id id)? scopeForDelete;