Check if a file exists
Future<bool> fileExists(String fileId) async { return _files.fileExists(fileId); }