From ac1653fe5cd5927c2a82357ee7162c1a74944fca Mon Sep 17 00:00:00 2001 From: jantunesmesias Date: Thu, 11 Jul 2024 12:17:25 -0300 Subject: [PATCH] add debugPrint message notification --- lib/backend/push_notification/pushNotificationService.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/backend/push_notification/pushNotificationService.dart b/lib/backend/push_notification/pushNotificationService.dart index ddfe887c..4c4ae5ca 100644 --- a/lib/backend/push_notification/pushNotificationService.dart +++ b/lib/backend/push_notification/pushNotificationService.dart @@ -380,6 +380,7 @@ class NotificationHandler { void _showMessageNotificationDialog( Map message, BuildContext context, Map extra) { debugPrint('Showing message notification dialog'); + debugPrint('Notification "message": $message'); showDialog( context: context, builder: (BuildContext context) {