fileExists method

bool fileExists(
  1. Pointer<Utf8> file
)

Implementation

bool fileExists(
  Pointer<Utf8> file,
) =>
    _fileExists.call(
      this,
      file,
    );