getAllAsStream

abstract fun getAllAsStream(): Flow<Map<String, Any>>

Returns a Flow that emits the full store snapshot on every change.

The flow emits the current state on subscription and a new snapshot on every write that touches any key.

Return

A cold Flow of key-value snapshots.