getSchema method

Future<SchemaResponse> getSchema()

Implementation

Future<SchemaResponse> getSchema() {
  return VolvoxGridService.GetSchema(GetSchemaRequest()..gridId = _gridId);
}