onUserKickOutOfChatThread method Null safety

void onUserKickOutOfChatThread(
  1. ChatThreadEvent event
)

Occurs when the current user is removed from the message thread by the group owner or a group admin to which the message thread belongs.

Param event The event;

Implementation

void onUserKickOutOfChatThread(ChatThreadEvent event) {}