Hi everyone Is there a way to use Flow in swift in...
# coroutines
s
Hi everyone Is there a way to use Flow in swift interop without loosing generic type info?
MutableStateFlow
is defined as a function and since obj-c supports generics only for classes you get
Any?
in swift :/