ofTopic static method

FollowersQuery ofTopic(
  1. String id
)

Implementation

static FollowersQuery ofTopic(String id) {
  return FollowersQuery(CommunitiesIds.topic(id));
}