GamificationEnabledProvider constructor

GamificationEnabledProvider(
  1. String orgId
)

See also gamificationEnabled.

Implementation

GamificationEnabledProvider(String orgId)
  : this._internal(
      (ref) => gamificationEnabled(ref as GamificationEnabledRef, orgId),
      from: gamificationEnabledProvider,
      name: r'gamificationEnabledProvider',
      debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
          ? null
          : _$gamificationEnabledHash,
      dependencies: GamificationEnabledFamily._dependencies,
      allTransitiveDependencies:
          GamificationEnabledFamily._allTransitiveDependencies,
      orgId: orgId,
    );