loadSchema method

Future<IMSchemaDefinition> loadSchema(
  1. MSchemaRef ref
)

Implementation

Future<IMSchemaDefinition> loadSchema(MSchemaRef ref) async {
  return this.consume<IMSchemaService>()!.getSchema(ref);
}