chat implementation changes 1.0

aamir_dev
Faiz Hashmi 10 months ago
parent cd3699a510
commit 4adc6bb5c2

@ -136,6 +136,7 @@ class _DashboardPageState extends State<DashboardPage> {
children: [
"${AppState().currentAppType}".toText(color: MyColors.darkTextColor).onPress(() {
print("myId: ${AppState().getUser.data!.userInfo!.userId}");
print("myId: ${AppState().getUser.data!.userInfo!.customerId}");
// context.read<ChatVM>().buildHubConnection();
}),
10.width,

Loading…
Cancel
Save