addMethodInvocation method
Implementation
@preferInline
void addMethodInvocation(void Function(MethodInvocation node) listener) {
nodeLintRegistry.addMethodInvocation(name, listener);
}
@preferInline
void addMethodInvocation(void Function(MethodInvocation node) listener) {
nodeLintRegistry.addMethodInvocation(name, listener);
}