viewFileChunkMetadata method
ResponseFuture<VaultFileVersionChunk>
viewFileChunkMetadata(
- IdentifierUUID request, {
- CallOptions? options,
View chunk metadata
Implementation
$grpc.ResponseFuture<$0.VaultFileVersionChunk> viewFileChunkMetadata(
$1.IdentifierUUID request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$viewFileChunkMetadata, request, options: options);
}