invoke method
Invokes the RunnablePassthrough on the given input
.
input
- the input to invoke the RunnablePassthrough on.options
- not used.
Implementation
@override
Future<RunInput> invoke(
final RunInput input, {
final RunnableOptions? options,
}) {
return Future.value(input);
}