yes, but how do I get it out of the callback funct...
# kotlin-fuel
j
yes, but how do I get it out of the callback function so I can do that? The only way I can see is to have a var outside the call to
responseObject
and then assign to it inside the callback function. That seems really kludgy, though.