healthz abstract method

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

Implementation

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