call method

OrgNotificationsProvider call(
  1. String orgId
)

See also orgNotifications.

Implementation

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