adminList property
final
Gets the admin list of the group.
Note To get the correct value, ensure that you call ChatGroupManager.fetchGroupInfoFromServer before calling this method.
Implementation
final List<String>? adminList;
Gets the admin list of the group.
Note To get the correct value, ensure that you call ChatGroupManager.fetchGroupInfoFromServer before calling this method.
final List<String>? adminList;