I know flow will give you a stream for multiple values, but I think from an architecture perspective it makes sense to use Flow also for a single value, instead of LiveData
🚫 2
n
Nino
12/05/2022, 9:26 AM
Not really, just use a suspend function if you know you will have only one value emitted.