exists abstract method

bool exists(
  1. String path,
  2. {EntityType type = EntityType.file}
)

Implementation

bool exists(
  String path, {
  EntityType type = EntityType.file,
});