ping_Pre method

Future<PingResponse_> ping_Pre(
  1. ServiceCall call,
  2. Future<PingRequest_> request
)

Implementation

$async.Future<$4.PingResponse_> ping_Pre(
    $grpc.ServiceCall call, $async.Future<$4.PingRequest_> request) async {
  return ping(call, await request);
}