exists abstract method

Future<bool> exists(
  1. String path
)

True if path exists.

Implementation

Future<bool> exists(String path);