onOwnerChangedFromGroup method Null safety
Occurs when the chat room ownership is transferred.
Param groupId
The group ID.
Param newOwner
The new owner.
Param oldOwner
The previous owner.
Implementation
void onOwnerChangedFromGroup(
String groupId, String newOwner, String oldOwner);