call method

OrgGrantsProvider call(
  1. String orgId
)

See also orgGrants.

Implementation

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