devices

@JvmName(name = "getDevicesResponseDevice")
fun Flow<GetDevicesResponse>.devices(): Flow<Device>

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

Return

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