invoiceLegendGet method

Future<Response<Object>> invoiceLegendGet()

Implementation

Future<chopper.Response<Object>> invoiceLegendGet() {
  return _invoiceLegendGet();
}