containerEmptyobjectGet method

Future<Response> containerEmptyobjectGet()

Get an empty object

Implementation

Future<chopper.Response> containerEmptyobjectGet() {
  return _containerEmptyobjectGet();
}