'Is there an 'on updated' callback for the nonreactive Getx?

I'm trying to use Getx non-reactively; I don't want all of my types wrapped as observables. How can I have a GetxController listen to "update()" calls from a GetxService?



Sources

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

Source: Stack Overflow

Solution Source