customerEmptyobjectGet method

Future<Response> customerEmptyobjectGet()

Get an empty object

Implementation

Future<chopper.Response> customerEmptyobjectGet() {
  return _customerEmptyobjectGet();
}