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