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