Mark
Fragment
inline fun <T> Flow<T>.collectInViewScope(crossinline action: suspend (value: T) -> Unit) { viewLifecycleOwner.lifecycleScope.launch { collect(action) } }
inline <http://Fragment.fun|Fragment.fun> <T> Flow<T>.collectInViewScope(…)
Milan Hruban
A modern programming language that makes developers happier.