ofTag static method

FollowersQuery ofTag(
  1. String tag
)

Implementation

static FollowersQuery ofTag(String tag) {
  return FollowersQuery(CommunitiesIds.tag(tag));
}