loadValidatedSchema method
File-backed loading is unavailable on web builds.
Implementation
Future<LoadedSchemaDocument> loadValidatedSchema(String schemaPath) {
throw UnsupportedError(
'SchemaWorkflow.loadValidatedSchema is not available on web targets. '
'Use loadValidatedSchemaSource(...) with schema text instead.',
);
}