fileExists method

bool fileExists(
  1. String path
)

Implementation

bool fileExists(String path) => File(path).existsSync();