updateConversation abstract method

dynamic updateConversation(
  1. Conversation conversation
)

Update the conversation with new conversation Object matched according to conversation id , if not matched inserted at top

Implementation

updateConversation(Conversation conversation);