You could wrap your code in a `suspend fun`, yield...
# getting-started
k
You could wrap your code in a
suspend fun
, yield after submitting the request and then continue it in your onCompleteListener.