exists method

bool exists(
  1. String path
)

Implementation

bool exists(String path) =>
    FileSystemEntity.typeSync(path) != FileSystemEntityType.notFound;