Checks if a file exists at the specified path
filePath - Path to check
filePath
Returns true if the file exists, false otherwise
Future<bool> fileExists(String filePath);