Is there a way to get from a `MutableStateFlow<Option<Foo>>` to the current state of `Op...
d
Is there a way to get from a
MutableStateFlow<Option<Foo>>
to the current state of
Option<Foo>
with optics?