I don’t quite understand what you mean and the function you want to implement. Since it is an asynchronous request, it is obviously impossible to get the “result of the request” you call immediately. No matter how you implement it, you are indirectly implementing await
I don’t quite understand what you mean and the function you want to implement. Since it is an asynchronous request, it is obviously impossible to get the “result of the request” you call immediately. No matter how you implement it, you are indirectly implementing await