fileExists abstract method

Future<bool> fileExists(
  1. String filePath
)

Checks if a file exists at the given path

Implementation

Future<bool> fileExists(String filePath);