branches

@JvmName(name = "listBranchesResponseBranchName")
fun Flow<ListBranchesResponse>.branches(): Flow<String>

This paginator transforms the flow returned by listBranchesPaginated to access the nested member BranchName

Return

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