relayOutcomesStream property
Stream<Map<String, RelayRequestOutcome> >
get
relayOutcomesStream
relayOutcomes again on every change, starting with what it holds when the stream is listened to, and closed once the request is over.
This is what a live subscription is watched with: it reports each relay answering, where relayOutcomes only says where things stand on read.
Implementation
Stream<Map<String, RelayRequestOutcome>> get relayOutcomesStream =>
_relayOutcomesStream();