invoke abstract method

Future invoke(
  1. dynamic proxy,
  2. Introspector method,
  3. List args,
  4. Context? ctx,
)

Call will execute the method

Implementation

Future<dynamic> invoke(
    dynamic proxy, Introspector method, List<dynamic> args, Context? ctx);