onMemberExitedFromChatRoom method Null safety
Occurs when a member leaves the chatroom.
Param roomId
The chatroom ID.
Param participant
The new member's username.
Implementation
void onMemberExitedFromChatRoom(
String roomId, String? roomName, String participant);