healthz_Pre method

Future<HealthzResponse> healthz_Pre(
  1. ServiceCall call,
  2. Future<HealthzRequest> request
)

Implementation

$async.Future<$1.HealthzResponse> healthz_Pre(
    $grpc.ServiceCall call, $async.Future<$1.HealthzRequest> request) async {
  return healthz(call, await request);
}