devices

@JvmName(name = "listDevicesResponseDevice")
fun Flow<ListDevicesResponse>.devices(): Flow<Device>

This paginator transforms the flow returned by listDevicesPaginated to access the nested member Device

Return

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