getDataFile function

File getDataFile(
  1. String path
)

Gets the download data file path.

Implementation

File getDataFile(String path) {
  return File(path + dataExt);
}