Using Mutable State Flow - devrath/KotlinAlchemy GitHub Wiki
It is the same as mutable-Shared-flow but the difference here is we can have an initial value as initialization when the flow is declared.
It is the same as mutable-Shared-flow but the difference here is we can have an initial value as initialization when the flow is declared.