exists method

Future<bool> exists(
  1. String path
)

Implementation

Future<bool> exists(String path) => disk().exists(path);