onAdminAddedFromGroup method Null safety
Occurs when members are changed to admins.
Param groupId
The group ID.
Param admin
The members changed to be admins.
Implementation
void onAdminAddedFromGroup(String groupId, String admin);
Occurs when members are changed to admins.
Param groupId
The group ID.
Param admin
The members changed to be admins.
void onAdminAddedFromGroup(String groupId, String admin);