exists method

Future<bool> exists(
  1. String uri,
  2. bool isDir
)

Implementation

Future<bool> exists(String uri, bool isDir) {
  throw UnimplementedError('exists() has not been implemented.');
}