loadSchema method

Future loadSchema(
  1. MSchemaRef ref
)

Implementation

Future<dynamic> loadSchema(MSchemaRef ref) {
  return makeRequest(ref.relativeSchemaUri);
}