existsSync method

bool existsSync(
  1. String path
)

Implementation

bool existsSync(String path) {
  return false;
}