existsSync abstract method

bool existsSync(
  1. String path
)

Checks if a file or directory exists.

Implementation

bool existsSync(String path);