sessions

@JvmName(name = "listSessionsResponseSession")
fun Flow<ListSessionsResponse>.sessions(): Flow<Session>

This paginator transforms the flow returned by listSessionsPaginated to access the nested member Session

Return

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