getUserFollowInfo method
获取指定用户的 关注/粉丝/互关 数量信息
Implementation
Future<V2TimValueCallback<List<V2TimFollowInfo>>> getUserFollowInfo({
required List<String> userIDList,
}) async {
return TencentCloudChatSdkPlatform.instance
.getUserFollowInfo(userIDList: userIDList);
}