I have a Flutter project, and I want to delete all Getx‘s GetxController that I injected using:
Get.put(/*...*/);
Get.lazyPut(/*...*/);
is this possible with Getx, and how?
MEDevel.com: Open-source for Healthcare and Education
Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.