From 4adc6bb5c2cfbd23c766f7ad9ea92d345de3023d Mon Sep 17 00:00:00 2001 From: Faiz Hashmi Date: Thu, 28 Dec 2023 17:13:08 +0300 Subject: [PATCH] chat implementation changes 1.0 --- lib/views/dashboard/dashboard_page.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/views/dashboard/dashboard_page.dart b/lib/views/dashboard/dashboard_page.dart index 89e53d9..b2b070d 100644 --- a/lib/views/dashboard/dashboard_page.dart +++ b/lib/views/dashboard/dashboard_page.dart @@ -136,6 +136,7 @@ class _DashboardPageState extends State { children: [ "${AppState().currentAppType}".toText(color: MyColors.darkTextColor).onPress(() { print("myId: ${AppState().getUser.data!.userInfo!.userId}"); + print("myId: ${AppState().getUser.data!.userInfo!.customerId}"); // context.read().buildHubConnection(); }), 10.width,