exists abstract method

Future<bool> exists(
  1. String path
)

Checks if a file exists at path.

Implementation

Future<bool> exists(String path);