call method

OrgObjectivesProvider call(
  1. String orgId
)

See also orgObjectives.

Implementation

OrgObjectivesProvider call(String orgId) {
  return OrgObjectivesProvider(orgId);
}