You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Kotlin Coroutines in my project, I want to use Kotlin Coroutines API anywhere, it make my codes looks consistent, but it seems the Subscription does not support it.
val flow =MutableSharedFlow<Event>()
funemitEvent() {
flow.emit(event)
...
}
funeventAdded()=flow