OrgNotificationsProvider constructor

OrgNotificationsProvider(
  1. String orgId
)

See also orgNotifications.

Implementation

OrgNotificationsProvider(String orgId)
  : this._internal(
      (ref) => orgNotifications(ref as OrgNotificationsRef, orgId),
      from: orgNotificationsProvider,
      name: r'orgNotificationsProvider',
      debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
          ? null
          : _$orgNotificationsHash,
      dependencies: OrgNotificationsFamily._dependencies,
      allTransitiveDependencies:
          OrgNotificationsFamily._allTransitiveDependencies,
      orgId: orgId,
    );