getParticipantsForConversation abstract method

Future<List<Participant>> getParticipantsForConversation(
  1. String conversationId
)

Gets participants for a conversation.

Implementation

Future<List<Participant>> getParticipantsForConversation(String conversationId);