@@ -55,6 +55,7 @@ void showAlert({ required String title, String? message, Widget? content, ModalF
}
void _closeModal() {
+ // Get.back(closeOverlays: true);
Navigator.of(Get.overlayContext!, rootNavigator: true).pop();