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