cells

@JvmName(name = "listCellsResponseCellOutput")
fun Flow<ListCellsResponse>.cells(): Flow<CellOutput>

This paginator transforms the flow returned by listCellsPaginated to access the nested member CellOutput

Return

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