fileExists static method

bool fileExists(
  1. String filename
)

Implementation

static bool fileExists(String filename) => false;