getGroupUserInfo static method

dynamic getGroupUserInfo(
  1. String groupId,
  2. String userId
)

Implementation

static getGroupUserInfo(String groupId, String userId) {
  return TencentImSDKPlugin.v2TIMManager
      .getGroupManager()
      .getGroupMembersInfo(groupID: groupId, memberList: [userId]);
}