Web can't read local files
static Future<String> readFile(String path) async { return "File reading is not supported on web"; }