chore(turbo-tasks): Remove argument resolution from backends, only allow local-task-based argument resolution (#75214)
Removes the (now default) feature flag for local task argument resolution.
With local-task based argument resolution in place, we don't need to support argument resolution in the backend, which simplifies some code.