invokeMethod property
Function to invoke a method on an instance of type Object.
This is used by reflection systems to dynamically dispatch method calls. If not supplied, calling RuntimeResolver.invokeMethod will throw.
See InvokeMethodCreator for function signature.
Implementation
final InvokeMethodCreator? invokeMethod;