recordSuccess method

void recordSuccess(
  1. String path
)

Implementation

void recordSuccess(String path) => _successes.add(path);