Frank Moreno

Adding @override to onClose

@@ -170,6 +170,7 @@ class Controller extends GetxController { @@ -170,6 +170,7 @@ class Controller extends GetxController {
170 super.onReady(); 170 super.onReady();
171 } 171 }
172 172
  173 + @override
173 void onClose() { 174 void onClose() {
174 print('onClose'); 175 print('onClose');
175 } 176 }