find static method

GroupsQuery find(
  1. String searchTerm
)

Implementation

static GroupsQuery find(String searchTerm) {
  return GroupsQuery(searchTerm);
}