addLibraryAugmentationDirective method

  1. @preferInline
void addLibraryAugmentationDirective(
  1. void listener(
    1. LibraryAugmentationDirective node
    )
)

Implementation

@preferInline
void addLibraryAugmentationDirective(
    void Function(LibraryAugmentationDirective node) listener) {
  nodeLintRegistry.addLibraryAugmentationDirective(name, listener);
}