fragments

@JvmName(name = "listFragmentsResponseFragment")
fun Flow<ListFragmentsResponse>.fragments(): Flow<Fragment>

This paginator transforms the flow returned by listFragmentsPaginated to access the nested member Fragment

Return

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