@jossiwolf “A Flow that represents a read-only state with a single updatable data value that emits updates to the value to its collectors.” - StateFlow Documentation # StateFlow
@jossiwolf All methods of data flow are thread- safe and can be safely invoked from concurrent coroutines without external synchronization. - StateFlow Documentation