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