getSchema method

Future<SchemaDto> getSchema(
  1. String id
)

Introspects id's schema into a transport-friendly model.

Implementation

Future<SchemaDto> getSchema(String id) =>
    SchemaReader(_connection(id)).read();