prerenderRoutes static method
Implementation
static Future<void> prerenderRoutes(
List<String> routes, String baseUrl, String outputDir) {
throw UnsupportedError(
'PrerenderCli.prerenderRoutes() requires dart:io (not available on this platform).',
);
}