checkoutEmptyobjectGet method

Future<Response> checkoutEmptyobjectGet()

Get an empty object

Implementation

Future<chopper.Response> checkoutEmptyobjectGet() {
  return _checkoutEmptyobjectGet();
}