Slackbot
Shan
voben
fun doSomething() { viewModelScope.launch { val response = retrofitService.makeCall() } }
Rohan Maity