Sergio C.
11/10/2021, 5:16 PMMutableSharedFlow<Unit>(replay = 0)
Sergio C.
11/10/2021, 5:23 PMSergio C.
11/10/2021, 5:23 PMprivate var selectedSaleCategoryFlow = MutableSharedFlow<SaleCategory>(replay = 0)
Jeremy
11/10/2021, 10:21 PMimplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
You may also consider using the immutable ref val
Sergio C.
11/10/2021, 11:30 PM