invoke method

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

Call will execute the method

Implementation

@override
Future<dynamic> invoke(dynamic proxy, Introspector method, List<dynamic> args,
    Context? ctx) async {
  throw UnimplementedError();
}