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