Checks whether a file or directory exists at path.
path
@override bool exists(String path) { return FileSystemEntity.typeSync(path) != FileSystemEntityType.notFound; }