specifyOrder_Pre method

Future<SpecifyOrderReply> specifyOrder_Pre(
  1. ServiceCall call,
  2. Future<SpecifyOrderRequest> request
)

Implementation

$async.Future<$1.SpecifyOrderReply> specifyOrder_Pre($grpc.ServiceCall call, $async.Future<$1.SpecifyOrderRequest> request) async {
  return specifyOrder(call, await request);
}