Returns whether a file exists at the specified path.
path
static bool exists(String path) { return File(path).existsSync(); }