call method

OrgNotificationPrefsProvider call(
  1. String orgId
)

See also orgNotificationPrefs.

Implementation

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