viewFileChunkMetadata method

ResponseFuture<VaultFileVersionChunk> viewFileChunkMetadata(
  1. IdentifierUUID request, {
  2. CallOptions? options,
})

View chunk metadata

Implementation

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