AmrJyniat
var property: String? = null ....... propertyFlow.collect{ property = it } ....... textView.text = property // reflect this value when its get ready