From 1e572a276090b31cdb6af5451cce99d1eff7145a Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Tue, 19 Dec 2023 11:06:01 +0300 Subject: [PATCH] Help PRO Error message fix --- lib/pages/InPatientServices/help_PRO.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/InPatientServices/help_PRO.dart b/lib/pages/InPatientServices/help_PRO.dart index 385f0672..072b6c6f 100644 --- a/lib/pages/InPatientServices/help_PRO.dart +++ b/lib/pages/InPatientServices/help_PRO.dart @@ -163,6 +163,7 @@ class _HelpPROState extends State { Navigator.of(context).pop(); }).catchError((err) { GifLoaderDialogUtils.hideDialog(context); + AppToast.showErrorToast(message: err); print(err); }); }