getUserFollowInfo method

Future<V2TimValueCallback<List<V2TimFollowInfo>>> getUserFollowInfo({
  1. required List<String> userIDList,
})

获取指定用户的 关注/粉丝/互关 数量信息

Implementation

Future<V2TimValueCallback<List<V2TimFollowInfo>>> getUserFollowInfo({
  required List<String> userIDList,
}) async {
  throw UnimplementedError(
    'getUserFollowInfo has not been implemented.',
  );
}