onChatThreadDestroy method Null safety

void onChatThreadDestroy(
  1. ChatThreadEvent event
)

Occurs when a message thread is destroyed.

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

Param event The event;

Implementation

void onChatThreadDestroy(ChatThreadEvent event) {}