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
StateFlow<T> is a stream of values that always has a "current" value, and emits that value to all new subscribers. This is conceptually similar to a Workflow<Unit, T, T>.