contractLegendGet method

Future<Response<Object>> contractLegendGet()

Implementation

Future<chopper.Response<Object>> contractLegendGet() {
  return _contractLegendGet();
}