exists abstract method

Future<bool> exists(
  1. String absPath
)

Whether absPath exists (file or directory).

Implementation

Future<bool> exists(String absPath);