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