onOwnerChangedFromChatRoom method Null safety
Occurs when the chat room ownership has been transferred.
Param roomId
The chatroom ID.
Param newOwner
The new owner.
Param oldOwner
The previous owner.
Implementation
void onOwnerChangedFromChatRoom(
String roomId, String newOwner, String oldOwner);