unitEmptyobjectGet method

Future<Response> unitEmptyobjectGet()

Get an empty object

Implementation

Future<chopper.Response> unitEmptyobjectGet() {
  return _unitEmptyobjectGet();
}