onConversationEvent method

void onConversationEvent(
  1. dynamic event,
  2. String conversationId,
  3. dynamic type
)

Implementation

void onConversationEvent(
  MultiDevicesEvent event,
  String conversationId,
  ConversationType type,
) {}