Checks whether path points to an existing file.
path
@override bool isFile(String path) { return FileSystemEntity.typeSync(path) == FileSystemEntityType.file; }