invoke method
Runs the core logic of this chain with the given input.
inputis the input to this chain.optionsnot used.
Implementation
@override
Future<ChainValues> invoke(
final ChainValues input, {
final ChainOptions? options,
}) {
return call(input);
}