call method

OrgRoleProfilesProvider call(
  1. String orgId
)

See also orgRoleProfiles.

Implementation

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