exists abstract method

Future<bool> exists(
  1. String path
)

Checks if the file exists at the given path.

Implementation

Future<bool> exists(String path);