observeKeys

abstract fun observeKeys(): Flow<Set<String>>

Returns a cold Flow that emits the current key set and then re-emits a fresh snapshot whenever the set changes (write of a new key, remove, or clear).

Same de-duplication and platform caveats as observe. Useful for building reactive UIs over the vault (e.g. listing stored secrets).

Since

0.3.0