'How to listen for changes from a GetxService in a GetxController to trigger a method

This is my scenario: I have a GetxService (created after login and never destroyed, of course) that I use to store my app's settings locally. When my logged in user enters the settings screen, and makes a change to the x configuration, I want, when returning to the Home screen, my HomeController to listen to this change made in my GetxService and, for example, call an updateData() method. Does anyone know the best approach to do this? Is it possible to do it via Workers and not via Get.arguments?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source