healthz abstract method

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

Implementation

$async.Future<$4.HealthzResponse> healthz(
    $grpc.ServiceCall call, $4.HealthzRequest request);