buildFileDataContainerWithDependencies function

FileDataContainer buildFileDataContainerWithDependencies(
  1. String path,
  2. File makeFile(
    1. String
    )
)

Implementation

FileDataContainer buildFileDataContainerWithDependencies(
    String path, File Function(String) makeFile) {
  return FileDataContainer._withDependencies(path, makeFile);
}