OrgIntegrationsProvider constructor

OrgIntegrationsProvider(
  1. String orgId
)

See also orgIntegrations.

Implementation

OrgIntegrationsProvider(String orgId)
  : this._internal(
      (ref) => orgIntegrations(ref as OrgIntegrationsRef, orgId),
      from: orgIntegrationsProvider,
      name: r'orgIntegrationsProvider',
      debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
          ? null
          : _$orgIntegrationsHash,
      dependencies: OrgIntegrationsFamily._dependencies,
      allTransitiveDependencies:
          OrgIntegrationsFamily._allTransitiveDependencies,
      orgId: orgId,
    );