downloadItemsTemplateAsCSV method
Download the CSV template that could be used to upload items
Implementation
$grpc.ResponseFuture<$1.StandardFile> downloadItemsTemplateAsCSV(
$1.Empty request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$downloadItemsTemplateAsCSV, request,
options: options);
}