Returns a FileStat instance describing the file or directory located by path.
path
// ignore: discarded_futures FileStat stat(String path) => core.stat(path);