participantCountStream property

Stream<int> get participantCountStream

Real-time participant count stream.

Implementation

Stream<int> get participantCountStream {
  return const Stream.empty();
}