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