DataStoreScope
Application-lifetime scope shared by every DataStore. Per the DataStore docs this must not be cancelled by UI lifecycle events: DataStore has no close(), so its in-memory cache is released only when this job ends.
Functions
Link copied to clipboard
Presents an existing scope as DataStoreScope; the wrapper adds nothing but identity.