onChatThreadUpdate method Null safety

void onChatThreadUpdate(
  1. ChatThreadEvent event
)

Occurs when a message thread is updated.

This callback is triggered when the message thread name is changed or a threaded reply is added or recalled.

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

Param event The event;

Implementation

void onChatThreadUpdate(ChatThreadEvent event) {}