insights

@JvmName(name = "getInsightsResponseInsight")
fun Flow<GetInsightsResponse>.insights(): Flow<Insight>

This paginator transforms the flow returned by getInsightsPaginated to access the nested member Insight

Return

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