call method

OrgIntegrationsProvider call(
  1. String orgId
)

See also orgIntegrations.

Implementation

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