add debugPrint message notification

This commit is contained in:
jantunesmesias 2024-07-11 12:17:25 -03:00
parent 94cc8f588d
commit ac1653fe5c
1 changed files with 1 additions and 0 deletions

View File

@ -380,6 +380,7 @@ class NotificationHandler {
void _showMessageNotificationDialog(
Map<String, dynamic> message, BuildContext context, Map<String, dynamic> extra) {
debugPrint('Showing message notification dialog');
debugPrint('Notification "message": $message');
showDialog(
context: context,
builder: (BuildContext context) {