getStringOrDefault

fun getStringOrDefault(key: String, default: String): Flow<String>

Retrieves a Flow containing the value from the data store preferences given its key, or default otherwise.