updateConversation abstract method

Future<void> updateConversation(
  1. Conversation conversation
)

Updates a conversation.

Implementation

Future<void> updateConversation(Conversation conversation);