What does `mutableSharedFlow.asSharedFlow()` bring...
# coroutines
o
What does
mutableSharedFlow.asSharedFlow()
bring over
mutableSharedFlow as SharedFlow
?
e
can't be cast back into a MutableSharedFlow as it's a wrapper type (ReadonlySharedFlow)
👍 1