downloadFolder method
Download the vault folder
Implementation
$grpc.ResponseFuture<$1.StandardFile> downloadFolder(
$1.IdentifierUUID request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$downloadFolder, request, options: options);
}