ping_Pre method
Implementation
$async.Future<$1.MercuryResponse> ping_Pre(
$grpc.ServiceCall call, $async.Future<$1.MercuryRequest> request) async {
return ping(call, await request);
}
$async.Future<$1.MercuryResponse> ping_Pre(
$grpc.ServiceCall call, $async.Future<$1.MercuryRequest> request) async {
return ping(call, await request);
}