call method

OrgWebhooksProvider call(
  1. String orgId
)

See also orgWebhooks.

Implementation

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