decide_Pre method
Implementation
$async.Future<$1.StockDecision> decide_Pre(
$grpc.ServiceCall $call, $async.Future<$2.Barcode> $request) async {
return decide($call, await $request);
}
$async.Future<$1.StockDecision> decide_Pre(
$grpc.ServiceCall $call, $async.Future<$2.Barcode> $request) async {
return decide($call, await $request);
}