makeOrderSell_Pre method
Future<MakeOrderSellReply>
makeOrderSell_Pre(
- ServiceCall call,
- Future<
MakeOrderSellRequest> request
Implementation
$async.Future<$1.MakeOrderSellReply> makeOrderSell_Pre($grpc.ServiceCall call, $async.Future<$1.MakeOrderSellRequest> request) async {
return makeOrderSell(call, await request);
}