I want to be able to check an app value to see if I am connected insted of calling a custom action. all the time
In a regular Flutter app I would use this
https://pub.dev/packages/internet_connection_checker_plus
Then I would use the "listener" in the readme ...
But I'm not sure where to put this in a Flutter Flow app so I don't have to keep calling an action to see if I'm connected I simply can check the app state variable .
Thanks for ANY help and suggestions or even confirming this cannot be accomplished in FlutterFlow.