getConnectedGroup method

Future<Group> getConnectedGroup(
  1. String groupId
)

Implementation

Future<Group> getConnectedGroup(String groupId) {
  return getGroup(groupId, baseUrl, appToken, _user, false, this.groupId);
}