Hi,
I am currently implementing Websockets in a FlutterFlow application.
I initiate a connection at the very start of the application and when new data appears, customAction updates appState in FlutterFlow.
Everything works fine for now.
But unfortunately - I got stuck on listening for appState changes - that is, I would like to add a listener on each subpage that listens for changes in AppState and, depending on what the change is, performs a given action on the page.
Does anyone know how to solve this specifically?