From 74f52b59a255006ae1075486489ee73003e9cf51 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Thu, 1 Feb 2024 20:42:01 +0530 Subject: [PATCH] removed mock call --- lib/features /chat/presentation/home_view.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/features /chat/presentation/home_view.dart b/lib/features /chat/presentation/home_view.dart index 67130b1..74eb0f0 100644 --- a/lib/features /chat/presentation/home_view.dart +++ b/lib/features /chat/presentation/home_view.dart @@ -152,9 +152,6 @@ class HomeViewState extends State { } }, onTapUp: (details) async { - context.read().add( - GetChatData(text: 'Who is Vaibhav Lakhera '), - ); setState(() { isListening = false; });