billingLegendGet method

Future<Response<Object>> billingLegendGet()

Implementation

Future<chopper.Response<Object>> billingLegendGet() {
  return _billingLegendGet();
}