Clears all the ChatItems of the chat.
Future<void> clearChat() async { try { await _chatService.clearChat(chatId); } on ClearChatException catch (e) { MessagePopup.error(e); } catch (e) { MessagePopup.error(e); rethrow; } }