How to cancel retrofit Response<T>
api calls.
Like we have a function for Call class. Link: https://square.github.io/retrofit/2.x/retrofit/retrofit2/Call.html#cancel--
But there is no such thing for Response type. Link: https://square.github.io/retrofit/2.x/retrofit/retrofit2/Response.html