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