Hi everyone, I have a function that runs on a loop that clearsthecached query and gets new data every 40 seconds aprox.
But it is giving me errors when I am not on the page that has the listview to update.
I have read various ways to fix this and have seen many people use an if mounted function in their code.
How could we replicate this in flutterflow or how can we put a conditional action to only run this action when using said screen
All suggestions would be helpful.
Thanks