onChatThreadCreate method Null safety

void onChatThreadCreate(
  1. EMChatThreadEvent event
)

Occurs when a message thread is created.

Each member of the group to which the message thread belongs can receive the callback.

Implementation

void onChatThreadCreate(EMChatThreadEvent event) {}