participantsStream method

Stream<List<SPParticipant>> participantsStream()

Implementation

Stream<List<SPParticipant>> participantsStream() {
  throw UnimplementedError('participantsStream() has not been implemented.');
}