getItemMetadataBatch_Pre method
Future<GetItemMetadataBatchResponse_>
getItemMetadataBatch_Pre(
- ServiceCall call,
- Future<
GetItemMetadataBatchRequest_> request
Implementation
$async.Future<$5.GetItemMetadataBatchResponse_> getItemMetadataBatch_Pre(
$grpc.ServiceCall call,
$async.Future<$5.GetItemMetadataBatchRequest_> request) async {
return getItemMetadataBatch(call, await request);
}