healthz_Pre method

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

Implementation

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