With `StateFlow`, is it safe to access the current...
# coroutines
r
With
StateFlow
, is it safe to access the current state inside a
catch
block?
👌 1
l
Why not?