topics static method

FollowQuery topics(
  1. List<String> ids
)

Implementation

static FollowQuery topics(List<String> ids) {
  return FollowQuery(CommunitiesIds.topics(ids));
}