Returns the length of the file at pathToFile in bytes.
pathToFile
int fileLength(String pathToFile) => waitForEx( // ignore: discarded_futures core.fileLength(pathToFile));