withValue(_:_:operation:)

Deprecations.swift:115

This declaration is deprecated: Use 'withDependencies' instead.

static func withValue<Value, R>(_ keyPath: WritableKeyPath<DependencyValues, Value>, _ value: @autoclosure () -> Value, operation: () async throws -> R) async rethrows -> R where R : Sendable