fileExists static method

bool fileExists(
  1. String filepath
)

Implementation

static bool fileExists(String filepath) => throw UnimplementedError();