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