Checks if a file exists at the given path
@override Future<bool> fileExists(String filePath) { throw UnimplementedError(); }