exists method

Future<bool> exists(
  1. String path
)

Implementation

Future<bool> exists(String path) => onExists(VPaths.sanitize(path));