configurePath abstract method

ContentReplacement configurePath({
  1. required Iterable<Url> urls,
  2. required Iterable<Directory> dirs,
})

updates the file path with the provided urls and dirs replacing the appropriate segments and file name

Implementation

ContentReplacement configurePath({
  required Iterable<Url> urls,
  required Iterable<Directory> dirs,
});