publishDone property

bool get publishDone

completes when all relays have responded or timed out first string is the relay url, second is the response

Implementation

bool get publishDone =>
    broadcasts.values.every((element) => element.okReceived);