call method

CurrentUserOrgRoleProvider call(
  1. String orgId
)

See also currentUserOrgRole.

Implementation

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