healthcheckGet method

Future<Response> healthcheckGet()

Implementation

Future<chopper.Response> healthcheckGet() {
  return _healthcheckGet();
}