addReporter method

void addReporter(
  1. Reporter reporter
)

Implementation

void addReporter(Reporter reporter) => _reporters.add(reporter);