ofLabel static method

FollowersQuery ofLabel(
  1. String label
)

Implementation

static FollowersQuery ofLabel(String label) {
  return FollowersQuery(CommunitiesIds.label(label));
}