getQuoteSell_Pre method
Implementation
$async.Future<$1.GetQuoteSellReply> getQuoteSell_Pre($grpc.ServiceCall call, $async.Future<$1.GetQuoteSellRequest> request) async {
return getQuoteSell(call, await request);
}
$async.Future<$1.GetQuoteSellReply> getQuoteSell_Pre($grpc.ServiceCall call, $async.Future<$1.GetQuoteSellRequest> request) async {
return getQuoteSell(call, await request);
}