bridges

@JvmName(name = "listBridgesResponseListedBridge")
fun Flow<ListBridgesResponse>.bridges(): Flow<ListedBridge>

This paginator transforms the flow returned by listBridgesPaginated to access the nested member ListedBridge

Return

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