scopeForDelete property
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;
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.
final SyncScope? Function(Id id)? scopeForDelete;