fileExists abstract method

Future<bool> fileExists(
  1. String path
)

Checks if a file exists at the given path

Implementation

Future<bool> fileExists(String path);