call method

OrgCertificationsProvider call(
  1. String orgId
)

See also orgCertifications.

Implementation

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