shards

@JvmName(name = "getStreamResponseShard")
fun Flow<GetStreamResponse>.shards(): Flow<Shard>

This paginator transforms the flow returned by getStreamPaginated to access the nested member Shard

Return

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