ofUser static method

FollowersQuery ofUser(
  1. UserId id
)

Implementation

static FollowersQuery ofUser(UserId id) {
  return FollowersQuery(CommunitiesIds.user(id));
}