book_Pre method
Implementation
$async.Future<$1.OrderStatus> book_Pre(
$grpc.ServiceCall $call, $async.Future<$0.OrderId> $request) async {
return book($call, await $request);
}
$async.Future<$1.OrderStatus> book_Pre(
$grpc.ServiceCall $call, $async.Future<$0.OrderId> $request) async {
return book($call, await $request);
}