relayOutcomesDone property
Future<Map<String, RelayRequestOutcome> >
get
relayOutcomesDone
relayOutcomes once the request is over, either because every relay ended it or because it ran into its timeout.
A subscription is only over once it is closed, so this resolves on
closeSubscription for one.
Implementation
Future<Map<String, RelayRequestOutcome>> get relayOutcomesDone =>
_relayOutcomesDone;