call method

OrgApiKeysProvider call(
  1. String orgId
)

See also orgApiKeys.

Implementation

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