getByteArrayOrDefault

fun getByteArrayOrDefault(key: String, default: ByteArray): Flow<ByteArray>

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