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