makeOrderSell method

ResponseFuture<MakeOrderSellReply> makeOrderSell(
  1. MakeOrderSellRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.MakeOrderSellReply> makeOrderSell($1.MakeOrderSellRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$makeOrderSell, request, options: options);
}