Consider Store.states extensions to return StateFlow and BehaviorObservable respectively
arkivanov opened this issue · comments
Arkadii Ivanov commented
Currently, Store.states
extension functions return Flow
and Observable
. It would be better to return StateFlow
and BehaviorObservable
instead.