Kotlin Flow (part 1)
💡
This one is on flows, emit() and collect()
Flow → is a corountine-based concept. The entirety of which provides a way of writing code that doesn’t block your app - asynchronous code.
Flow → comes in when working with data that comes in gradual...
developerni.hashnode.dev2 min read