How to call a cloud function from your flutter app without await and with parameters
I have a huge function in my Flutter app, and every time I call it, it takes a long time to run. I want to rewrite it as a google cloud function and call it in my app in order…