formatSchemaSync method

String formatSchemaSync(
  1. String schemaPath
)

File-backed formatting is unavailable on web builds.

Implementation

String formatSchemaSync(String schemaPath) {
  throw UnsupportedError(
    'SchemaWorkflow.formatSchemaSync is not available on web targets. '
    'Use formatSource(...) and persist the result with your own storage layer.',
  );
}