Would `prefs.data.onStart{ emit (initialPrefs) }` ...
# coroutines
u
c
It seems like that's a good way to set some initial value, but I still want the value to actually come from my source of truth, so I don't think just emitting a value is what I want here. I basically want this flow to be runBlocking{}?
u
Can you make your flow a StatFlow?