You should create channel manually: ``` val channe...
# coroutines
e
You should create channel manually:
Copy code
val channel = ConflatedChannel<Unit>()
setOnClickListener { channel.offer(Unit) }