flow
Kotlin Flow Test
Start Code suspend fun main(args : Array<String>){ val flow = MutableSharedFlow<Int>() GlobalScope.launch { flow.collect {