Package-level declarations
Types
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
Presents an existing store as CoreChannelSetDataStore; the wrapper adds nothing but identity.
Presents an existing store as CoreLocalConfigDataStore; the wrapper adds nothing but identity.
Presents an existing store as CoreLocalStatsDataStore; the wrapper adds nothing but identity.
Presents an existing store as CoreModuleConfigDataStore; the wrapper adds nothing but identity.
Presents an existing store as CorePreferencesDataStore; the wrapper adds nothing but identity.
Presents an existing scope as DataStoreScope; the wrapper adds nothing but identity.