Retrofit has the enqueue() method that returns the result in a callback. With coroutine the callback is no longer needed, is that the only advantage ?
Retrofit has the enqueue() method that returns the result in a callback. With coroutine the callback is no longer needed, is that the only advantage ?