distinct

fun <ID, T : Peer<ID>> Flow<T>.distinct(): Flow<T>

Returns a flow that emits only distinct peers.