ping_Pre method
Implementation
$async.Future<$11.PingResponse> ping_Pre($grpc.ServiceCall call, $async.Future<$11.PingRequest> request) async {
return ping(call, await request);
}
$async.Future<$11.PingResponse> ping_Pre($grpc.ServiceCall call, $async.Future<$11.PingRequest> request) async {
return ping(call, await request);
}