hunks

@JvmName(name = "getBlobDifferencesResponseDiffHunk")
fun Flow<GetBlobDifferencesResponse>.hunks(): Flow<DiffHunk>

This paginator transforms the flow returned by getBlobDifferencesPaginated to access the nested member DiffHunk

Return

A kotlinx.coroutines.flow.Flow that can collect DiffHunk