DaysWithServicesProvider constructor

DaysWithServicesProvider(
  1. String apiKey
)

Dates at which where exist archived services in Worker. Depend on hiveDateTimeBox .

{@category Providers}

Copied from DaysWithServices.

Implementation

DaysWithServicesProvider(
  this.apiKey,
) : super.internal(
        () => DaysWithServices()..apiKey = apiKey,
        from: daysWithServicesProvider,
        name: r'daysWithServicesProvider',
        debugGetCreateSourceHash:
            const bool.fromEnvironment('dart.vm.product')
                ? null
                : _$daysWithServicesHash,
        dependencies: DaysWithServicesFamily._dependencies,
        allTransitiveDependencies:
            DaysWithServicesFamily._allTransitiveDependencies,
      );