LiveData Coroutine Builder: The entire coroutine itself as a code block is relayed to the liveData () builder function as an argument. The code block is not enclosed with parenthesis as Kotlin enables us to skip the parenthesis when a ...