joins property

Stream<HubJoin> get joins

Fires for every accepted join (deterministic test waits).

Implementation

Stream<HubJoin> get joins => _joinEvents.stream;