DEV Community

Discussion on: Kotlin Coroutines and Retrofit – A Practical Approach to Consuming REST APIs in Android

Collapse
 
prkfad profile image
prk-fad

Can the Response type be generic? Like so
suspend fun getRandomDogImage(): Response