OrgNotificationPrefsProvider constructor

OrgNotificationPrefsProvider(
  1. String orgId
)

See also orgNotificationPrefs.

Implementation

OrgNotificationPrefsProvider(String orgId)
  : this._internal(
      (ref) => orgNotificationPrefs(ref as OrgNotificationPrefsRef, orgId),
      from: orgNotificationPrefsProvider,
      name: r'orgNotificationPrefsProvider',
      debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
          ? null
          : _$orgNotificationPrefsHash,
      dependencies: OrgNotificationPrefsFamily._dependencies,
      allTransitiveDependencies:
          OrgNotificationPrefsFamily._allTransitiveDependencies,
      orgId: orgId,
    );