invoke abstract method

Future<RunOutput> invoke(
  1. RunInput input, {
  2. CallOptions? options,
})

Invokes the Runnable on the given input.

  • input - the input to invoke the Runnable on.
  • options - the options to use when invoking the Runnable.

Implementation

Future<RunOutput> invoke(
  final RunInput input, {
  final CallOptions? options,
});