spans

@JvmName(name = "listSpansResponseSpan")
fun Flow<ListSpansResponse>.spans(): Flow<Span>

This paginator transforms the flow returned by listSpansPaginated to access the nested member Span

Return

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