makeOrderSell_Pre method

Future<MakeOrderSellReply> makeOrderSell_Pre(
  1. ServiceCall call,
  2. Future<MakeOrderSellRequest> request
)

Implementation

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