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()); -// }); + }