healthCheck method

ResponseFuture<HealthCheckResponse> healthCheck(
  1. HealthCheckRequest request, {
  2. CallOptions? options,
})

Health check

Implementation

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