run abstract method

Future run(
  1. Context ctx,
  2. Invocation invocation
)

Invoke the next invoker.

Implementation

Future<dynamic> run(Context ctx, Invocation invocation);