deleteConversation method
Implementation
@override
deleteConversation(Conversation conversation) {
int matchingIndex = getMatchingIndex(conversation);
deleteConversationFromIndex(matchingIndex);
}
@override
deleteConversation(Conversation conversation) {
int matchingIndex = getMatchingIndex(conversation);
deleteConversationFromIndex(matchingIndex);
}