observeString

open override fun observeString(key: String, default: String): Flow<String>

Return a Flow which emits updates to a String value associated with key if present. When no value is present for key, the returned flow will emit default. The returned flow initially emits the value at the time of collection, and will emit again on each subsequent update for key.