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