existsAt abstract method

Future<bool> existsAt(
  1. String path
)

Returns whether there is contents at the given relative path.

Implementation

Future<bool> existsAt(String path);