getChildGroup method

Future<Group> getChildGroup(
  1. String groupId
)

Implementation

Future<Group> getChildGroup(String groupId) {
  return getGroup(groupId, baseUrl, appToken, _user, true, accessByGroupAsMember);
}