recordFailure method

void recordFailure(
  1. String path
)

Implementation

void recordFailure(String path) => _failures.add(path);