Returns whether a file exists at path.
path
@override bool fileExists(String path) => File(path).existsSync();