registerAll method

void registerAll(
  1. List<Analyzer> analyzers
)

Public method or function.

Implementation

void registerAll(List<Analyzer> analyzers) {
  _analyzers.addAll(analyzers);
}