From fe6e63dadb3e1c6c8b08e35a936533554664e2ca Mon Sep 17 00:00:00 2001 From: "Aamir.Muhammad" Date: Wed, 7 Dec 2022 08:29:30 +0300 Subject: [PATCH] Chat Tune Added --- lib/provider/chat_provider_model.dart | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/provider/chat_provider_model.dart b/lib/provider/chat_provider_model.dart index 0f20372..51244c3 100644 --- a/lib/provider/chat_provider_model.dart +++ b/lib/provider/chat_provider_model.dart @@ -759,11 +759,5 @@ class ChatProviderModel with ChangeNotifier, DiagnosticableTreeMixin { print("Error: $e"); } } - - Future playSuccessSound() async {} - - ///getUserAutoLoginToken().whenComplete(() { -// buildHubConnection(); -// print("After Reconnect State: " + hubConnection.state.toString()); -// }); + }