defaultScope property
Optional default scope used for write operations (upsert/delete) when the backend cannot infer scope from auth context (e.g., RLS claims). When provided and injectScopeOnWrite is true, this scope will be injected into rows on upsert and used to filter delete operations.
Implementation
final SyncScope? defaultScope;