How can I generate an Agora server token for my Flutter application in a production app?
I was following the post from here and managed to run on the local server to generate the server token. However, if I were to make it a production app, I won't be able to use the local server.
How you would go about deploying a server to get server token for a production app?