healthCheck method
ResponseFuture<HealthCheckResponse>
healthCheck(
- HealthCheckRequest request, {
- CallOptions? options,
Health check
Implementation
$grpc.ResponseFuture<$0.HealthCheckResponse> healthCheck(
$0.HealthCheckRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$healthCheck, request, options: options);
}